Create an application containing array that stores integers


Problem:

Question- Create an application containing an array that stores eight integers.

The application should

a) Display all the integers,

b) Display all the integers in reverse order,

c) Display the sum of the eight integers,

d) Display all values less than 5,

e) Display the lowest value,

f) Display the highest value,

g) Calculate and display the average, and

h) Display all values that are higher than the calculated average value.

Save the file as NumberListDemo.java.

Please show code with comments so I can follow what you are doing.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Create an application containing array that stores integers
Reference No:- TGS0893704

Expected delivery within 24 Hours