Question: Using Java, Create, compile, and run a program that manages a linked list. Specifically, your program should create a linked list for library patrons. Put
Using Java,

Create, compile, and run a program that manages a linked list. Specifically, your program should create a linked list for library patrons. Put at least 7 patrons in the list. Ask for a person's name. Tell if the person is in the list or not. If the person is in the list, also tell the person's library card number, street address, city and zip. Data fields are: Name, Library card number, Street, City, Zip
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
