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

In the `CASE OF` structure, what determines which section of code is executed?
The value of a variable.
The type of the variable.
The number of iterations.
A boolean condition.

Explanation

The CASE OF structure selects a section of code to execute, based on the value of a variable.

Comments (0)

Advertisement