0 LIKES LikeUnLike
//It's printing the default value,how do i get the //first value printed??class Tester{public static void main(String[]ar){char a='a';switch (a){case 1:System.out.println("X's a");break;case 2:{System.out.println("X's 2");break;}default:{System.out.println("No X");break;}}}}
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 2 answers.