Write a program using a loop to read and store in 10 numbers in an array and compute the average, maximum and minimum values.
Functions required:
Function to input 10 numbers
Function to compute the average
Function to determine the maximum
Function to determine the minimum