Question
Create a Java Program with LinkedList This program focuses on implementing a single linked list. Turn in at least 2 files (classes). The first will
This program focuses on implementing a single linked list. Turn in at least 2 files (classes). The first will be your phonebook node class. The second will be a phoneBookManager class. You are welcome to add additional classes as you see fit.
The phone book node should contain at least name, address, city, and phone number fields in the phonebook node.
The phonebook manager will allow you to either add an entry (name, address, city, phone #) to the end and then sort it, or alphabetically by last name. You can also modify the entry, delete entries, or move them from the Bellingham to the Seattle phone book (optional). Finally, you should be able to print out your list in a nice format.
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