What's new

Closed Help! assignment!

Status
Not open for further replies.

Black Kaiser

Honorary Poster
Joined
Sep 11, 2016
Posts
384
Reaction
109
Points
144
1. Address Book Entry

Create a class that contains an address book entry and name it AddressBook. The table below describes the information that an address book entry has.

Attributes/Field // Description

Name // Name of the person in the address book

Address // Address of the person

Mobile Number // Mobile number of the person

Email Address // Email address of the person

The class definition should contain the following:

1. Attributes

2. Constructor

3. Accessors and mutators


2. Address Book Implementation

Create a class and name it AddressBookTest which will contain the main method for implementation of the AddressBook class methods from #1 of this activity. Instantiate an array of AddressBook objects of 100 entries. Create a menu that will implement the following methods:

Main Menu

1. Add Entry

2. Delete Entry

3. View All Entries

4. Update An Entry

5. Exit

The program should loop back to the main menu after implementing a method chosen by the user. Note that options 2, 3 and 4 should not be implemented if no entry has been added yet. The program ends at the Exit option.

--------------------------
nakapaginput palang ako at napalabas yung entry, wala pa yung main menu.
medyo beginner sorry :p
 
Status
Not open for further replies.

Similar threads

Back
Top