Problem
Write the java code for the PersonInfo interface containing the following methods ;
a method that returns Person's eye color
a method that returns the Person's height.
Write also the code that you would have to add to the Person class so that it can use/access the PersonInfo interface.