Loading practice questions
The expression specified by the when clause is evaluated as the left operand. If no when clauses match, case executes the code of the else clause.
Correct Answer: A — True
Explanation:
Else clause is executed only when no 'when' clauses match.