Question: use eclipse in java pls Problem 1: ScannerInput Write a class called ScannerInput with a main method. Prompt the user to enter any integer on

 use eclipse in java pls Problem 1: ScannerInput Write a class

use eclipse in java pls

Problem 1: ScannerInput Write a class called ScannerInput with a main method. Prompt the user to enter any integer on a single line, then prompt the user to enter any second integer on the next line. Make sure to tell the user to enter an integer. The program will find the first number divided by the second number and display the result. Verify that your answer is correct. User input is green, output displayed is black. Your display needs to look the same as the Sample (user input may differ) Sample Run Please enter an integer: 4 Please enter another integer: 2 4/2 is 2 Another Sample Run Please enter an integer: 9 Please enter another integer: 4 9/4 is 2.25 One More Sample Run Please enter an integer: 28 Please enter another integer: 5 28/5 is 5.6

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!