Problem
1. A person has a name and a height in centimeters. Use the average method in Section 9.6 to process a collection of Person objects.
2. Write a method public static Measurable maximum(Measurable[] objects) that returns the object with the largest measure. Use that method to determine the country with the largest area from an array of countries.