Question: Task: Write a Java program that should design a library management system for UCSI University library using one of the following data structures: Linear

Task: Write a Java program that should design a library management system

Task: Write a Java program that should design a library management system for UCSI University library using one of the following data structures: Linear i.e. array/stack/queue/linear link-list Non-linear i.e. tree. The developed system should have the following functionality: The system should have the capability of adding/ searching a new item, deleting, modifying items (i.e. journals, books, articles, newsletters, etc.). o The members (students/employers) must be able to use a search option so that it becomes a slight convenient for the students/employers to borrow as well as return the books. A login page is required for the students/employers to login. An individual login page is essential for the admins to login as the access types are not same for the students/employers and the admin. The developed system essentials to produce a reminder message to the students/employers and the admin if the refunding date of the item has crossed and the item require to be re-issued. To understand the attributes of the library management system, algorithms require to use to simplify the each step of the developed process.

Step by Step Solution

3.40 Rating (153 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

import javautilScanner class LibraryItem String title String type public Libra... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!