Loops. Loop with parameter (for)




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

Ответ:

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