Question: Write a Java menu-driven program that creates and manipulates a directory of names, telephone numbers, and home addresses. The following information will be stored for

Write a Java menu-driven program that creates and manipulates a directory of names, telephone numbers, and home addresses. The following information will be stored for each person in the directory:

- Name (Last, First)

- Home address (street address, city, state, zip code)

- Home telephone number

Your program should use an Array data structure to store the directory entries and should be able to perform the following basic functions. The directory should remain sorted after each of the operations below:

- Display the entire directory in sorted order by key value (combination of last and first names)

- Search and display the contents of a particular entry

- Delete an existing entry

- Insert an entry

You must use three classes: entry class, directory class, and a driver. The program used is BlueJ. Please show where you used the three differenent classes and PLEASE INCLUDE COMMENTS

Step by Step Solution

3.54 Rating (154 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

3 Classes Entry class public class Entry private String name private String address private String phoneNumber public EntryString n String a String p ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Document Format (2 attachments)

PDF file Icon

635e0d07ea923_181026.pdf

180 KBs PDF File

Word file Icon

635e0d07ea923_181026.docx

120 KBs Word File

Students Have Also Explored These Related Computer Network Questions!