Write a C program that asks the user for a number, and then allows the user to enter that many numbers, one at a time. The program should print the average of all of the numbers. For example, if the user enters 3, the program should ask for three numbers and then print their average.