Computer Science for IGCSE & O level - Programming (Section 2 - No. 49)
Which of the following is an example of a pre-condition loop?
REPEAT...UNTIL
FOR...NEXT
WHILE...DO
CASE
Explanation
WHILE...DO loop checks the condition before the loop execution.
Comments (0)
