Question: Write a java program that uses one of the Map classes to implement a contact list. Contact information should include frst name, last name, company
Write a java program that uses one of the Map classes to implement a contact list. Contact information should include frst name, last name, company name, phone number and an email address. You can assume a combination of first and last name are unique. The list should be stored on your computers fle system. The program should prompt the user for the name of the file here the information is stored, and allow the user to add a contact from the list, delete a contact from the list, and display the entire contact list (all fields in a reasonably readable format in last name/first name order.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
