Computer Science for IGCSE & O level - Programming (Section 5 - No. 7)

Which loop is used to execute a block of code a fixed number of times?
FOR loop
WHILE loop
IF-ELSE statement
REPEAT..UNTIL loop

Explanation

FOR loops are typically used for a specific number of iterations.

Comments (0)

Advertisement