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

What is the main role of the 'REPEAT ... UNTIL' loop?
To execute code until a specific condition is true.
To execute code a fixed number of times.
To evaluate different conditions.
To take input from the user.

Explanation

REPEAT...UNTIL loops continue executing until the specified condition becomes true.

Comments (0)

Advertisement