Question: Implement a library stock system using. your singly linked list from LAB 05: Exercise in 1 1. Add a book should input from user all
Implement a library stock system using. your singly linked list from LAB 05: Exercise in 1 1. Add a book should input from user all the required data for a book and add the book in front of linkod list using the method addTaHead). 2. Remove a book should input bookiD from user and dalete it from the list using the method delete(bookiD), if present 3. Show list of books should display the books in list using the method printAlli). 4. Exit should close the program (running in infinite loop) using retum or break statement . Implement a library stock system using. your singly linked list from LAB 05: Exercise in 1 1. Add a book should input from user all the required data for a book and add the book in front of linkod list using the method addTaHead). 2. Remove a book should input bookiD from user and dalete it from the list using the method delete(bookiD), if present 3. Show list of books should display the books in list using the method printAlli). 4. Exit should close the program (running in infinite loop) using retum or break statement
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
