Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 14 - No. 20)
In the context of the alarm clock example, what type of loop structure is employed?
FOR...NEXT
REPEAT...UNTIL
WHILE...DO...ENDWHILE
None of the above
Explanation
A WHILE loop is used for continuous monitoring.
Comments (0)
