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
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
Get step-by-step solutions from verified subject matter experts
