Computer Science for IGCSE & O level - Programming (Section 15 - No. 25)
What is the primary function of a CASE statement in programming?
To define multiple choices based on a single expression.
To repeat a block of code a specified number of times.
To store multiple variables.
To perform arithmetic operations.
Explanation
A CASE statement provides a way to select one block of code to execute based on the value of a variable or expression.
Comments (0)
