Question: in java please :) I. Write an application that prompts the user to enter a 3-digit integer number and find the first and second minimum

in java please :)  in java please :) I. Write an application that prompts the

I. Write an application that prompts the user to enter a 3-digit integer number and find the first and second minimum (assume all numbers entered has no 0s). The application will exit if the user enters -1. Use while loops. Enter a 3-digit number (-1 to stop): 123 The first minimum is 1 The second minimum is2 Enter a 3-digit number (-1 to stop): 321 Enter a 3-digit number (-1 to stop): 22 You entered a number less than 3-digits Enter a 3-digit number (-1 to stop): -1 Thank you

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!