Snippets tagged “fall-through”
1 snippet uses this tag.
- Using two values for one switch case statementJava
To use two values in a switch case statement in Java, you can use the case label for each value, or you can use the case label with a range of values.