Question: For the following code fragment. For the following code fragment, int x = 6, y; System.out.print (mEnter y:); int y = scan.nextInt (); try {System.out.println
For the following code fragment.
For the following code fragment, int x = 6, y; System.out.print ("\mEnter y:"); int y = scan.nextInt (); try {System.out.println ("Before"); System.out.println(x/y);} catch (Arithmetic Exception e) {System.out.println("Wrong");} System.out.println("After"); 1) What will be the output if we enter 3 from the keyboard? 2) What will be the output if we enter 0 from the keyboard
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
