【记录贴】IPP4. Use the data in the array’s objects to print ehe month with the most/ least rain
Month class
class Month implements Comparable <Month>{
private String monthName; // Field for the Month's name
private int amount; // Field for the amount of ra.




