Mini Project
Mini Project
Objective
The objective of the document is to create a Library management
system which will allow users to view all the books in a library,
Check for a particular available book, Lend Books , return books,
add new books.
2
Check if the book is actually checked out using the
Catalogue ID.
If its checked out, an user is returning, Update the status of
the book to “IN”, and print a Thank You message to user.
If the Status is already IN, and the user is trying to return
the book, tell the user that he is trying to return a book
which is already Checked In.
If the Book doesn’t exist only, print a message to the user
saying that he is trying to return a wrong book.
Return to Main Menu
Option 6 :-Exit
Print a bye message and exit the system.
Hint : You can currently do this project using a txt file which will
have the Entries as per the attached text file
3
4