Question: Program 1 (10 points) Write a JAVA program that will prompt a user to enter three integers. The program is to store these values in

Program 1 (10 points) Write a JAVA program that will prompt a user to enter three integers. The program is to store these values in three separate variables. The program will output the three integers in descending order (highest to lowest values). Example 1, if the following three numbers were to be entered: 9 27 the output would be the following: 9 2 Example 2, if the following three numbers were to be entered: the output would be the following: 9 Example 3, if the following three numbers were to be entered: the output would be the following: 9 7 2 7 7 2 7 9 2 2 7 9 Note: the integers entered may be different values, or they may be the same values
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
