Continuing in main, write a loop that will read from the ifstream that reads enough information to create a person object (i.e. first name, last name, and weight). Exit the loop on end-of-file. If there is an error reading the information, output an error message and exit the program