Create an application containing an array that stores eight integers. The application should (5) display the lowest valu
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Create an application containing an array that stores eight integers. The application should (5) display the lowest valu
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.