Computer Science, asked by devendrasinghrajput9, 1 month ago

Explain switch statment with syntax

Answers

Answered by radadiyashilpa943
0

Explanation:

A typical syntax involves: the first select , followed by an expression which is often referred to as the control expression or control variable of the switch statement. subsequent lines defining the actual cases (the values), with corresponding sequences of statements for execution when a match occurs.

Answered by Anonymous
3

Answer:

A typical syntax involves: the first select , followed by an expression which is often referred to as the control expression or control variable of the switch statement. subsequent lines defining the actual cases (the values), with corresponding sequences of statements for execution when a match occurs.

Explanation:

#BeBrainly:)

Similar questions