Page 1 of 1

Create an application containing an array that stores eight integers. The application should (1) display all the integer

Posted: Sun Jul 10, 2022 11:27 am
by answerhappygod
Create an application containing an array that stores eightintegers. The application should (1) display all the integers, (2)display all the integers in reverse order, (3) display the sum ofthe eight integers, (4) display all values less than 5, (5) displaythe lowest value, (6) display the highest value, (7) calculate anddisplay the average, and (8) display all values that are higherthan the calculated average value. Save the file asNumberListDemo.java.