Page 1 of 1

Write a RainFall program that stores the total rainfall for each of 12 months into an array of doubles. The program shou

Posted: Thu Jul 14, 2022 2:17 pm
by answerhappygod
Write a RainFall program that stores the total rainfall for eachof 12 months into an array of doubles. The program should havemethods that return the following:  the total rainfall for theyear  the average monthly rainfall  the month with the most rain the month with the least rain Input Validation: Do not acceptnegative numbers for monthly rainfall figures.
Please use Visual Basic not Java thanks!!