Computer Science for IGCSE & O level - Programming (Section 10 - No. 26)

In a `FOR` loop, what is usually defined at the start?
The increment amount.
The end value.
The initial value of a counter.
The statements to be executed.

Explanation

FOR loops begin with initializing the loop counter, which will determine the count of iterations

Comments (0)

Advertisement