Question: I am in need of a program code for this, Find Highest & Lowest of Five Integers Using Java Loops In this assessment, you will
I am in need of a program code for this, Find Highest & Lowest of Five Integers Using Java Loops In this assessment, you will design and code a Java console application that takes as input five integer values and produces as output the lowest and highest values of these five integer values. The application uses Java looping constructs to implement its functionality. You can use either the Toolwire environment or your local Java development environment to complete this assignment. The requirements of this application are as follows: The application is to read five integer numbers entered by the user from the keyboard using a Java looping construct. The application then prints out the highest integer and the lowest integer numbers that were entered. Use these five input values to test your application: 3 56 89 602 1 Successful completion of this assignment will show the correct highest and lowest integer values that were entered printed out when the application is run. Your program output should look like this sample output:
With these results Please

File Edit View Nevigete Source Refector Run Debug Profile Team Tools Window Help Search (Cr contig> xraes Servi-I - Start Page Source Packages usai 21 System.out.println ("Teacher's Copy") Test Packages Test Lbraries 23 Scanner input = new Scanner (System . n) Output (run) X run: Teacher's Copy Enter five integers : 3 56 89 602 1 Highest interger is 602 Lowest integer is 1 BUILD SUCCESSFUL (total time: 1 minute 50 seconds) 20:2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
