Computer Science for IGCSE & O level - Programming (Section 10 - No. 17)
Within a FOR loop, what dictates the number of times the code inside the loop will execute?
The program's overall length.
The condition specified by the start value, end value, and step.
The statements inside the loop.
The variables declared inside of the loop.
Explanation
The start, end, and step values determine the iterations of the FOR loop.
Comments (0)
