Computer Science, asked by darshita1385, 9 months ago

Question 6
Statements associated with the default case are executed only when:
(a) the value of the switch expression matches with the last case value
(b) the value of the switch expression matches with the first case value
(c) the value of the switch expression does not match with any of the case
values
(d) all the case contain break as last statement.
[1]​

Answers

Answered by sksinha213
0

Answer:

b is correct

Explanation:

b

Similar questions