This program requires you to collect rainfall amounts and calculate the total and average rainfall over a period of years. The program should first ask for the number of years of rainfall to calculate and then request rainfall input for each month of the years.

After data has been input, the program should display the total number of months, the total inches of rainfall, and the average rainfall for the total number of months.