Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need the uml diagrams of this problem In this project, you will design and implement a library management system. The library management system will

image text in transcribed

I need the uml diagrams of this problem

In this project, you will design and implement a library management system. The library management system will be for an engineering school that has the following departments Computer Engineering (CPEN), Electrical Engineering (ELEN). Industrial Engineering (IMEN) Mechanical Engineering (MEEN) and Civil Engineering (CIEN). The system will have the following requirements Each book has a title, author, ISBN number, number of pages, edition, publisher and engineering type (CPEN, ELEN, IMEN, MEEN or CIEN) There are faculty accounts that have first name, last name, ID, department, position (adjunct professor, assistant professor, professor) and amount of borrowed books There are student accounts that have first name, last name, ID, department, year and amount of borrowed books The library management system keeps track of books, and users by using files . * . . o One file handles book information o One file handles user information o One file registers a person and a borrowed book. * There is a Registry class that holds a borrower's ID and the ISBN number of the borrowed book. Students can only borrow up to 2 books at a time, Faculty can borrow up to 4 books When returning a book, you should input the amount of days the user held the book. The first 15 days are free, while extra days have a cost of S5 * . The program should have a menu that allows the following 1. Add a new book 2. Add a new user (ask if student or faculty) 3. Search for information about a specific book (use ISBN) 4. Delete a book (use ISBN) a. Check first if a user hasn't borrowed the book 5. Delete a user from the system a. Verify the user has returned all his books first 6. Show all books 7. Show all books borrowed by a specific user (use ID) 8. Show all books for a specific department 9. Borrow a book to a user 10. Return a book 11. Show every user and the books borrowed by useir

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Manga Guide To Databases

Authors: Mana Takahashi, Shoko Azuma, Co Ltd Trend

1st Edition

1593271905, 978-1593271909

More Books

Students also viewed these Databases questions