Question: Advanced Java: create a phonebook , use any of the collection framework elements . The program should ask to add name and phonenumber retrieve phonenumber
Advanced Java:
create a phonebook , use any of the collection framework elements .
The program should ask to add name and phonenumber
retrieve phonenumber based on name and vice-versa
remove an entry
Give an appropriate menu to the user and make it user friendly
Do not forget error check. Write your own code. Don't copy the answer from other sources.
Step by Step Solution
There are 3 Steps involved in it
Below is an example of a phonebook program implemented in Java using the HashMap collection to store the name and phone number entries The program provides a userfriendly menu with options to add entr... View full answer
Get step-by-step solutions from verified subject matter experts
