Computer Science for IGCSE & O level - Programming (Section 15 - No. 18)
In a CASE statement, what happens if a match is found in the cases?
The program jumps to the next CASE statement.
The corresponding code block is executed.
The program does nothing, and moves on.
The program ends.
Explanation
The corresponding code block is executed for the matching case.
Comments (0)
