Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 12 - No. 23)
What is the main goal when using a `CASE OF` structure?
To compare data.
To run alternative code depending on the conditions.
To calculate the average.
To perform the same action multiple times.
Explanation
The main goal is to run different actions based on specific criteria.
Comments (0)
