Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Курсы
C#. Basics
cycles. Loop with parameter (for)
Модуль:
cycles. Loop with parameter (for)
Задача
8
/17
How many times does the loop body execute? - 2
Задача
The loop header is as follows
for (int i = 10; i <= 100; i = i+7) {...}
How many times does the loop body execute?
Выберите правильный ответ, либо введите его в поле ввода
Комментарий учителя