it is asking about adding the isbn, book name , and aouther of the book to a linked list in the front and end and in spe
Posted: Fri May 20, 2022 11:24 am
it is asking about adding the isbn, book name , and aouther of the book to a linked list in the front and end and in specific position, and deleteing from first, end, and specific position then print out and all the data should get from scanner please if you know and help us we will be so glad.
Problem: Library Management System Storing of a simple book directory is a core step in library management systems. Books data contains ISBN. In such management systems, user wants to be able to insert a new ISBN book, delete an existing ISBN book, search for a ISBN book using ISBN. Write an application program using single LinkedList or circular single LinkedList to store the ISBN of a books. Create a class called "Book”, add appropriate data fields to the class, add the operations (methods) insert ( at front, end, and specific position), remove (from at front, end, and specific position), and display to the class.
Problem: Library Management System Storing of a simple book directory is a core step in library management systems. Books data contains ISBN. In such management systems, user wants to be able to insert a new ISBN book, delete an existing ISBN book, search for a ISBN book using ISBN. Write an application program using single LinkedList or circular single LinkedList to store the ISBN of a books. Create a class called "Book”, add appropriate data fields to the class, add the operations (methods) insert ( at front, end, and specific position), remove (from at front, end, and specific position), and display to the class.