Computer Science, asked by ankitamahanta100, 7 months ago

Explain how does the switch statement work?​

Answers

Answered by Anonymous
4

Explanation:

In computer programming languages, a switch statement is a type of selection control mechanism used to allow the value of a variable or expression to change the control flow of program execution via search and map.

Similar questions