Computer Science, asked by shaikhibad151, 17 days ago

Explain switch statement in c++​

Answers

Answered by ashish2006april
1

Answer:

A switch statement allows a variable to be tested for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each case.

Explanation:

Hope this helps you and pls mark me as brainliest.

Similar questions