char ch='C';switch (ch) {case 'A':System.out.println("you are wrong ");break;case 'B':System.out.println("you are wrong ");break;case 'C':System.out.println("you are right ");break;case 'D':System.out.println("you are wrong ");break;}