Design and write a C program that will allow a user to enter numbers into a single dimensional array and then display the numbers in reverse order of entry. The size of the array will be determined by input from the program user. You must use a counting loop to build and print the array. The reverse order output should use a decrementing counting loop.