Quizes
Problems
Courses
Sign
Register
Main
/
Courses
/
/
9
/17
How many times does the loop body execute? - 3
Read Theory
ЗАДАЧА
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?
Ответ:
Результаты проверки: