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:

JAVA BASIC STATEMENT: Suppose that the Code below is the body of

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

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!