Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 12 - No. 45)
Which loop structure is designed to perform an action or a set of actions repeatedly until a condition is met?
FOR...TO...NEXT
REPEAT...UNTIL
IF...THEN...ELSE
CASE OF
Explanation
The REPEAT...UNTIL loop repeats its code until a specified condition becomes true.
Comments (0)
