Menu

[Solved]Design Implement Phone Book Contacts Using Link List Data Structure Java Program Able Per Q37213520

Design and implement phone book contacts using the link listdata structure in java .You program should be able to perform thefollowing tasks:

  1. Add new contact to the last of your phone book contactslist.
  2. Delete contact by given phone number from your phone bookcontacts list.
  3. Search contacts by last name.
  4. Sort your phone book contacts list by last name.
  5. Print contacts list.
  6. Exit

The user of your program should be able to do any of the abovetasks until entering the letter E to exit the program. Therefore,the user can be able to add contacts, delete, search and add againand display contacts and so on.

The entry must have a person first name, last name and phonenumber. Also, can you please make sure the program runs.

Expert Answer


Answer to Design and implement phone book contacts using the link list data structure in java .You program should be able to perfo… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *