what is switch statement
Answers
Answered by
0
Answer:
A switch is a connecting link between electric components
Answered by
0
Answer:
Explanation:
The switch statement is a multiway branch statement. It provides an easy way to dispatch execution to different parts of code based on the value of the expression. Switch is a control statement that allows a value to change control of execution.
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