Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 9 - No. 6)
In the context of programming and algorithm design, what is the purpose of a loop?
To stop the execution of a program.
To repeat a set of instructions multiple times.
To store data.
To make decisions within the program.
Explanation
Loops are designed to repeat a block of code.
Comments (0)
