ArrayList
Hi, im new to java so i cud use sum help
a. i need to delcare and construct an ArrayList to hold the rainfall (in mm) for each of the 12 months of the year.
b. during january there was 28mm of rain, and during february there was 45mm. i need to add these two numbers into the ArrayList.
Many Thanks

