develop a library management system application. More specifically, your application should use an array of structuresto keep the details of the books and the user should be able to add a new book, search for a book and find available books to borrow. The book details entered by the user should be stored in a structure using the following details: • Book ISBN • Book title • Author full name • Publication Year • Availability for loan [yes/no] The user of this application should have

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question
100%

develop a library management system application. More
specifically, your application should use an array of structuresto keep the details of the books
and the user should be able to add a new book, search for a book and find available books to
borrow. The book details entered by the user should be stored in a structure using the
following details:
• Book ISBN
• Book title
• Author full name
• Publication Year
• Availability for loan [yes/no]

The user of this application should have the following options in the form of a nice presented
menu.
Add a book: The user should add all the details of each book by answering a set of questions
(book isbn? Book title? author? year?). The availability for loan is randomly generated by the
program (y: yes, n:no). Assume that the maximum number of books that the user can give
you is 50.
Search for a book: The user should be given three options here.
▪ Search by the title: The user will input a keyword and the program will
search for all the titles that contain this keyword and display all the
information of the corresponding books.
▪ Search by the author: The user will give either the full name or a part
of the name of an author and the program will display all the
information of the books by that author(s). [Hint: follow a similar
process as of searching by the title]
▪ Search by year: The user will give as input a year and the program will
display all the information of the books published that year.
Total # of books: Print all the books entered by the user (and stored in a structure), one
on each line, and count the total number of books.
Borrow a book: All the books that are available to borrow are displayed in the screen.
After the execution of each one of the above options (the underlined phrases above) the
user should be asked if she/he wishes to select another option or exit the program.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
User Defined DataType
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT