Computer Science, asked by paro23456, 11 months ago

what do you mean by switch case construct in c++​

Answers

Answered by sweetsparrow1996
1

Explanation:

It is used test variable equality for a list of values, where each value takes a case. When the variable is equal to one of the cases, the statements following the case are executed. A break statement ends the switch case.

Similar questions