Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 5 - No. 36)
In the pseudocode, what does 'FOR Counter = 1 TO 20' represent?
A loop that executes 20 times.
A conditional statement.
A variable initialization.
A function call.
Explanation
The 'FOR' loop is designed to iterate a certain number of times.
Comments (0)
