You have requested to develop a program that will record and process the rainfall totals of a 12 month period. You would use an array to store each month's total.
Once all 12 months amounts are entered then your solution need to process this array to complete the following requirements:
The user wants to know the total rainfall for the year.
Then you will need to calculate the average monthly rainfall
You will then need to find the month with the most rainfall and the month with the least amount of rainfall