Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

need this writtin in java using the collections library the question had no sample input unfortunately A PhoneDirectory holds a list of names and associated

image text in transcribedneed this writtin in java using the collections library

the question had no sample input unfortunately

A PhoneDirectory holds a list of names and associated phone numbers. Write a phone directory Phone Directory class that keeps its list of names and phone numbers. The class should contain methods for Look up the phone number of a particular name, adding, deleting , and updating entries in the directory. Write a test program that creates a Phone Directory object and displayed the following menu of options: 1. Look up a phone number 2. Add an entry to the directory 3. Delete an entry from the directory 4. Change someone's phone number 5. Exit from this program The user is asked to select one of the options by typing in its number, then the program should properly process the user's request by calling the proper method of Phone Directory

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions