Select Case Statement in Java
This tutorial will teach you how to use the Select Case Statement in Java. A switch statement checks if a variable is equal to a list of values, meaning it will hold the value of the variable.
- Read more about Select Case Statement in Java
- Log in or register to post comments
- 890 views