Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 10 - No. 11)

In pseudocode, what does the term 'FOR...NEXT' usually indicate?
A conditional statement.
A function call.
A loop.
A data input operation.

Explanation

FOR...NEXT defines a loop that iterates a specific number of times.

Comments (0)

Advertisement