what is meant by switch statement in java?
plz don't attempt if you don't know the correct answer
Answers
Answered by
1
Explanation:
The Java switch statement executes one statement from multiple conditions. It is like if-else-if ladder statement.
Answered by
0
Answer:
switch statement in java. Advertisements. A switch statement allows 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.
Explanation:
please mark as brainliest answer
Similar questions