Question: 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
Get step-by-step solutions from verified subject matter experts
