Problem
A. Write a void function named inputAge to read values from screen and store it into an array. (should take array as argument)
B. Write a main function to declare an array named age to store 25 values and call the inputAge function.
C. Write a function named average to return the average of those 25 ages.