Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 3 - No. 12)

What is the role of a 'loop' in a program?
To define the structure of the program.
To execute a set of instructions repeatedly.
To take input from the user.
To output results to the user.

Explanation

A loop runs the instructions repetitively.

Comments (0)

Advertisement