Create an application containing an array that stores eight integers. The application should (5) display the lowest valu
Posted: Sun Jul 10, 2022 11:27 am
Create an application containing an array that stores eightintegers. The application should (5) display the lowest value, (6)display the highest value, (7) calculate and display the average.Save the file as NumberListDemo.java.