Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 190 Bytes

File metadata and controls

2 lines (2 loc) · 190 Bytes

Java-switch-statement

A switch statement tests a variable for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each case.