subject
Computers and Technology, 17.06.2021 16:00 gabi83

Java Address Book Project In this project, you will be creating an address book that can store information about people. Overall Goals The application should be able to do the following: • Present the user with a list of options to interact with the database and take in their input • Allow the user to perform the following actions Add an entry • Remove and entry • Search for a specific entry Print the contents of the address book • Delete the contents of the address book • Quit the program Entry Structure Entries should be contained in a class. Each entry should contain the following properties: - First name Last name - Phone number - Email address All variables should be private and only accessible via getter and setter methods You should override the toString method so that the entries can be printed in an easy-to-read manner. You can create other methods as you see fit. Address Book Structure The address book should contain an ArrayList of Entry instances. This ArrayList can be accessed and modified using methods that accomplish the following: • Adding entries • New entries should contain all of the properties required by an entry. The email address needs to be unique. Other properties do not need to be unicu • Remove an entry • An entry can be removed by searching the database for an email address and then removing the entry with that unique email addres. • Search for an entry • Users can pick which methods they will search by (first name, last name, phone number, or email address). The program will then take in a search and search the address book for an entry that contains the search as a subtring (og. If a first name search is conducted with all entries that have first name starting with a will be returned) • Printing the address book All of the entries will be printed out • Deleting the book • The address book will be cleared • Quit • The program will stop running Program Functionality

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 05:20
Write a program called assignment3 (saved in a file assignment3.java) that computes the greatest common divisor of two given integers. one of the oldest numerical algorithms was described by the greek mathematician, euclid, in 300 b.c. it is a simple but very e↵ective algorithm that computes the greatest common divisor of two given integers. for instance, given integers 24 and 18, the greatest common divisor is 6, because 6 is the largest integer that divides evenly into both 24 and 18. we will denote the greatest common divisor of x and y as gcd(x, y). the algorithm is based on the clever idea that the gcd(x, y) = gcd(x ! y, y) if x > = y and gcd(x, y) = gcd(x, y ! x) if x < y. the algorithm consists of a series of steps (loop iterations) where the “larger” integer is replaced by the di↵erence of the larger and smaller integer. this continues until the two values are equal. that is then the gcd.
Answers: 3
question
Computers and Technology, 23.06.2019 12:20
When guido van rossum created python, he wanted to make a language that was more than other programming languages. a. code-based b. human-readable c. complex d. functional
Answers: 1
question
Computers and Technology, 23.06.2019 16:30
Monica and her team have implemented is successfully in an organization. what factor leads to successful is implementation? good between different departments in an organization leads to successful is implementation.
Answers: 1
question
Computers and Technology, 23.06.2019 17:20
What is the best assassins creed game?
Answers: 2
You know the right answer?
Java Address Book Project In this project, you will be creating an address book that can store infor...
Questions
question
Health, 11.09.2020 15:01
question
Mathematics, 11.09.2020 15:01
question
Mathematics, 11.09.2020 15:01
question
Mathematics, 11.09.2020 15:01
question
Chemistry, 11.09.2020 15:01
question
Geography, 11.09.2020 15:01
question
History, 11.09.2020 15:01
question
Mathematics, 11.09.2020 15:01
question
Mathematics, 11.09.2020 15:01
question
Mathematics, 11.09.2020 15:01
question
Mathematics, 11.09.2020 15:01
question
Mathematics, 11.09.2020 15:01
question
Mathematics, 11.09.2020 15:01
question
Mathematics, 11.09.2020 15:01
question
Mathematics, 11.09.2020 15:01
question
Mathematics, 11.09.2020 15:01
question
Mathematics, 11.09.2020 15:01
question
Mathematics, 11.09.2020 15:01
question
Mathematics, 11.09.2020 15:01
question
Biology, 11.09.2020 15:01