Quizes
Problems
Courses
Sign
Register
Main
/
Courses
/
Basics of C++
/
Loops. Loop with parameter (for)
Loops. Loop with parameter (for)
7
/17
How many times does the loop body execute? - 1
Read Theory
ЗАДАЧА
The loop header is as follows
for (int i = 2; i <= 15; i ++) {...}
How many times does the loop body execute?
Ответ:
Результаты проверки: