Computer Science for IGCSE & O level - Programming (Section 10 - No. 19)

In the provided pseudo-code, which construct is used to repeat a block of code a specific number of times?
IF statement
OUTPUT statement
FOR loop
DECLARE statement

Explanation

The FOR loop is designed to loop through the statements.

Comments (0)

Advertisement