Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Description Create a program that functions as an address book. It should have entries containing the following information: first and last name, phone number and

image text in transcribed

Description Create a program that functions as an address book. It should have entries containing the following information: first and last name, phone number and email address. The entries should be sorted by last name. Every new contact will be inserted in such a way as to maintain the alphabetical order. Upon each change a display of all the entries is required. The address book contains a fixed limit on the total number of entries (such as 20). However, it should be possible to increase this limit by simply changing a single line in your program and then recompiling with no other modifications. Create a class Contact and use its objects to hold all the information for each entry in the address book. At startup the program should prompt the user to populate the address book with some initial contacts. Then an option should be presented to enter additional contacts. Bonus feature (additional 20% of the mark): An excellent program will be able to display only entries matching a certain criterion (only contacts with last names beginning with the letter 'D', for example). Do not use array lists or Arrays class. Deliverables Submit a zip file of all of the NetBeans directory of your project named StudentLastNameAssignment 3. Incomplete projects or separate code files will not be evaluated

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

Recommended Textbook for

Database Management With Website Development Applications

Authors: Greg Riccardi

1st Edition

0201743876, 978-0201743876

More Books

Students also viewed these Databases questions