Question: JAVA BASIC STATEMENT: Suppose that the Code below is the body of some loop. Use a Continue statement to make sure that nothing is written
JAVA BASIC STATEMENT:

Suppose that the Code below is the body of some loop. Use a Continue statement to make sure that nothing is written to standard out when y is 0. Note that you need to add these lines of code in the code editor and then modify it with the continue statement. int x = stdin.nextInt(); int y = stdin.nextInt(); System.out.println(x/y)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
