I was taking an online quiz based on the C++ switch statement.
I came across a question, and while I have a good knowledge of how switch statements function, this particular question made no sense to me.
Could you please explain?
Why is the answer D and not C? Is Case 2: the default case or what?