Introduction - If you have any usage issues, please Google them yourself
The requirement for our mini project is to develop a program which manages and keeps the information of books purchased, issued and returned by students.
The main operations performed by this program are:
• List the books purchased.
• List the books issued by students.
• List books returned by them.
• Issue a book
• Return a book
• Purchase a book
• Modify a purchased book
• Delete the returned book
• Search book details by student
The inputs for this system are
Book Details:
• Book name
• Author
• Publication
• Price