Computer Science, asked by likhitrajbehera, 10 months ago

What is the use of switch case statement?​

Answers

Answered by srimaan50
2

Answer:

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.

Explanation:

Answered by Anonymous
1

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