Write down a program which calculates the average of up to 50 numbers input by the user and stored in an array. The program must use a class named Statistics and have an AddNumber method which stores numbers into an array one at a time. The class must have a Count property which keeps track of number of numbers stored and a method known as Average which returns the average of the numbers.