Design a program that lets the user enter the total rainfall foreach of 12 months into an array. The program should calculate anddisplay the total rainfall for the year, the average monthlyrainfall, and the months with the highest and lowest amounts.Write Pseudocode and Python code.Must use a list (array)Must be a modular program
Expert Answer
An answer will be send to you shortly. . . . .