How to Create Switch Statement in JAVA
In this article, you will learn How to Create Switch Statement in JAVA with a break. It works like in C language or Core PHP.
Example:-
public class MyClass {
public static void main(String[] args) {
int day =
…