Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this project you are going to create a Library Management System (LMS). A library have Books. These Books can be issued to students or

In this project you are going to create a Library Management System (LMS). A library have Books. These Books can be issued to students or teachers.

There are few characteristics of books, like its Name, its Author, Edition, IBAN, Publisher etc.

In this project a book can be identified by its IBAN number.

You have to store its publishing year, its edition number, price and quantity of book library having.

There are characteristics of Students. Its RollNumber (Numeric Only) its gender and age.

You have to make menu based program with which you will be able to

  • Issue a book to a student.
    • In this case Count of available quantity of that specific book must be decremented.
    • Make Sure that in any case Library must have at least one book available. Means if library have 4 copies of a book, only 3 of them can be issued to students.
  • Student can return a book.
    • In this case Count of available quantity of that specific book must be Incremented.
  • Display All details of the books sorted by Price
  • Display All details of Students sorted on Age

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

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

9th Edition

B01JXPZ7AK, 9780805360479

More Books

Students also viewed these Databases questions