switch(10) { case 1: System.out.println("1"); break; case 2: System.out.println("2"); break; default: break; System.out.println("default"); }