Linked lists for Java

profilegaoxiaone

 

Create a linked list for library patrons.  Put at least 8 patrons in the list.  (You should hard code this data.)  Ask for a person's name.  Tell if the person is in the list or not.  If the person is in the list, show the person's information.


Data fields are:  Name, Library card number, Street, City, Zip

    • 6 years ago
    • 15
    Answer(1)

    Purchase the answer to view it

    blurred-text
    • attachment
      LinkedList_Library_Patron.java
    • attachment
      JavaLinkedList.docx