Loops. Loop with parameter (for)




ЗАДАЧА
The loop header is as follows
for (int i = 2; i <= 15; i ++) 
{...}
How many times does the loop body execute?

Ответ:

     
Результаты проверки: