I want a Integer array that holds 10 RANDOM values.
Create a loop to find the average of those 10 values and print the result.

How would I do this.