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

What is the purpose of a 'count-controlled' loop?
To repeat a set of instructions a specific number of times.
To conditionally execute code based on a condition.
To iterate through a collection of data.
To handle user input.

Explanation

A count-controlled loop repeats based on a counter variable.

Comments (0)

Advertisement