Problem
Rainfall Statistics Sorted - Flowchart or pseudocode (your choice) Modify the Rainfall Statistics program that you completed for Home Practice 7. Sort the arrays in descending order by rainfall amount and display the values both contains. Make sure to tell the user what you are displaying (i.e. Months in order of greatest rainfall). Hint: don't forget to swap values from both arrays in the sort. Use a module for the sort.