Create an Array

Create an Array of 10 random whole numbers between 1-100.

You either select them or use the random function for bonus points).

Create a method to find the average of the 10 numbers.

Display the average to the screen.

Create a method to find the min and the max.

Display the min and max to the screen.

Sort the Array from low to high and display the the numbers on the screen.

Reverse the Array sort from high to low and display the numbers on the screen.

Tags: No tags