Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 9 - No. 17)
In a 'FOR...TO...NEXT' loop, what dictates the number of times the loop body executes?
The condition within the loop.
The loop's start and end values, and the increment value.
The number of elements in an array.
The 'UNTIL' condition.
Explanation
The loop's start value, end value and the increment (step) determine how many times the loop iterates.
Comments (0)
