Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

My Contact Manager v1 (JAVA) In this unit you learned to manipulate arrays in multiple ways. You should know how to create, search, append, modify,

My Contact Manager v1 (JAVA)

In this unit you learned to manipulate arrays in multiple ways. You should know how to create, search, append, modify, delete from, save, and load arrays. Demonstrate your understanding of arrays by completing this assignment.

Contact managers are very common on smartphones. Develop a contact manager that would be found on a typical smartphone that stores at least Contact Name and Contact Phone Number.

The contact manager must:

define a Contact class with at least two String fields: name and number include a menu with the options: view all entries, add entry, modify entry, delete entry, save book, load book and quit. be modular (use methods to perform individual tasks) use a 1D array of the Contact class to store up to 100 contacts include proper internal documentation. Remember the My Friendslist assignment? You might be able to reuse some of those methods to speed up your progress!

Exceed the Expectations: Include and implement fields in the Contact class for Address, Email, etc.

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 System MCQs Multiple Choice Questions And Answers

Authors: Arshad Iqbal

1st Edition

1073328554, 978-1073328550

Students also viewed these Databases questions