So you basically have to create a program that:
- allows users to enter 10 numbers
- store those number in an array
- data type to store numbers in array should be float or double
- create and use a function to calculate the average of the numbers in the array
- output the average