Solved

What Happens If None of the When Statements in a Case

Question 19

Multiple Choice

What happens if none of the when statements in a case code block match the value of the expression that is evaluated?


A) The statements belonging to the else statement (if present) are executed
B) The last when statements belonging to the last when statement is executed
C) All of the statements belonging to the when statements are executed
D) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions