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

Which components or properties are key to the functionality of a loop structure?
A starting point.
A loop variable.
A condition to control termination.
An ending point.

Explanation

A loop variable and condition are the key properties.

Comments (0)

Advertisement