Given the information above, I know that February has the highest total rainfall. But I do not know what is the code to find it. Can anyone help me? Thanks.
Write a function that will accept an array (if you must use arrays) and the size of the array as arguments to the function and returns the number for the total rainfall for the given array. Then keep track of which array returns the largest number i.e. highest rainfall.