Need to make a FLOWCHART that will record and process the rainfall totals of a 12 month period. You will need to use an array to store each months total.
Once all 12 months amounts are entered then your solution needs to process this array to complete the following requirements: user wants to know the total rainfall for the year, you will need to calculate the average monthly rainfall and then find the month with the most rainfall and the month with the least amount of rainfall.