Advertisement
akosiraff

Contact

Jun 15th, 2014
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/contact/
  3. 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
  4. You should write a simple program that prompts the user to create 2 new contacts.
  5. 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).
  6. 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)
  7.  
  8. Download: http://solutionzip.com/downloads/contact/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement