2 The assignment statements Problem: Library Management System Storing of a simple book directory is a core step in libr
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
2 The assignment statements Problem: Library Management System Storing of a simple book directory is a core step in libr
2 The assignment statements 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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!