Computer Science for IGCSE & O level - Programming (Section 4 - No. 27)
What type of loop is used to repeat a block of code as long as a condition is true?
FOR loop
WHILE loop
IF-ELSE statement
CASE statement
Explanation
A WHILE loop continues executing while the condition remains true.
Comments (0)
