Write a program that inputs N floating point numbers, places them into an array and calculates the average of the numbers entered. (Precision should be 2 places after decimal)
Format for Input: Integer N- How many numbers should be averaged
floating-numbers-whose-average-is-to-calculated
Format for output:
Average of floating point numbers entered
3 numbers 1.010 2.8267 3.23 were entered
Their average is 2.36 which is being returned