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. For the following code fragment, int x

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!