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

Which of these best describes the FOR...TO...NEXT loop?
A pre-condition loop
A post-condition loop
A fixed iteration loop
A loop where the condition is checked at the end.

Explanation

FOR...TO...NEXT loops are used for a fixed number of iterations.

Comments (0)

Advertisement