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

In programming, what is a 'loop' primarily used for?
Storing data in memory.
Repeating a block of code multiple times.
Defining the structure of a program.
Creating user interfaces.

Explanation

Loops allow a set of statements to be executed repeatedly.

Comments (0)

Advertisement