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

Which of the following loop structures is a pre-condition loop?
FOR...NEXT
REPEAT...UNTIL
WHILE...DO...ENDWHILE
None of the above

Explanation

The WHILE...DO...ENDWHILE loop checks the condition before executing the loop body.

Comments (0)

Advertisement