The program below will fail to run because the Person class does not implement the Comparable interface. Modify the class so that the program runs correctly.
Person
Comparable