Question: try { if (choice >= 5) System.out.println(please enter valid option); }catch (Exception e) { System.out.println(you have entered greater number );
try { if (choice >= 5) System.out.println("please enter valid option"); }catch (Exception e) { System.out.println("you have entered greater number ");
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
