Create a program that has an object type of Contact. This contact will need to have the following attributes: Name, Birth Date, Phone Number, Address and Eye Color
You should write a simple program that prompts the user to create 2 new contacts. Once the contacts are created you need to print out their information in a readable manner (completely up to you – but all traits must be displayed).
Finally, we need to prompt the user for a new name of the first contact. Once the new name is entered you need to print out the 2 contacts again (the first contacts name should be changed)