What statement should you put at the end of a switch statement if you want a block of code to be executed in the event none of the case statement values matches?

What statement should you put at the end of a switch statement if you want a block of code to be executed in the event none of the case statement values matches?


a. try:
b. option:
c. execute:
d. default:


Answer: d. default:


Learn More :