Computer Science for IGCSE & O level - Programming (Section 13 - No. 41)

Which programming construct allows a program to repeat a block of code until a certain condition is met?
Selection statement
Iteration statement
Assignment statement
Declaration statement

Explanation

Iteration statements, such as loops (for, while, do-while, etc.) are designed for repeating code blocks.

Comments (0)

Advertisement