Question: Write a class called LibraryMain having only main method to test all the functionalities of class LibrarySystem. Write main as a menu driven program
Write a class called LibraryMain having only main method to test all the functionalities of class LibrarySystem. Write main as a menu driven program using switch statement. NOTE: For booksList and membersList, use Linked List built-in class of java. It is a doubly linked list with ListIterator.Write detailed comments for each class and method. Write comments using Javadoc.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
