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

In a `CASE OF` structure, what determines which case's code is executed?
The index of the case.
The type of data in the control variable.
The value of a control variable.
The size of the dataset.

Explanation

The code executed is chosen by the value of a variable.

Comments (0)

Advertisement