Computer Science for IGCSE & O level - Programming (Section 16 - No. 12)
What determines the number of times a "For" loop executes?
The values of the variables within the loop's statements.
The statements inside of the loop.
The range specified by the start, end, and step values.
The operator precedence.
Explanation
The 'For' loop's execution is determined by its start value, end value, and increment/decrement.
Comments (0)
