what do u mean the switch statement in Java
Answers
Answered by
0
switch statement in java. Advertisements. A switch statementallows 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.
Similar questions