Computer Science for IGCSE & O level - Programming (Section 8 - No. 13)

What does a `CASE` statement do?
It repeats a block of code until a condition is met.
It executes different blocks of code based on a condition.
It selects a specific value from a list.
It performs different actions based on the value of a variable.

Explanation

The case statements provide different types of statements to do

Comments (0)

Advertisement