Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a phonebook using java that does the following through commands e- allows user to enter name (first and last, 8 characters each), number, and
Create a phonebook using java that does the following through commands
e- allows user to enter name (first and last, 8 characters each), number, and notes
f- find entry
l- list entries
a-put phonebook in alphabetical order
m- merges duplicate entries and puts second number in notes ex. ashley smith ,123-456-7890 + ashley smith, 123-000-0000 => ashley smith, 123-456-7890, 123-000-0000
d-deletes entry
requirements
-allow program to read in file
-construct graphical user interface (GUI) using JavaFX
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started