Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignment 3 Write a C++ library management program. Write the following functions 1. Menu: this function will display the following menu MAIN MENU*** 1.Add Book

image text in transcribed
image text in transcribed
image text in transcribed
Assignment 3 Write a C++ library management program. Write the following functions 1. Menu: this function will display the following menu MAIN MENU*** 1.Add Book ...2.Search Book *.3.Borrow Book *4. Display Book Information S. Exit 2. add book: This function adds book to the system 3. search book: This function searches for a book title and returns 1 if the book is available and O if the book is not available. 4. borrow_book: This function helps the user to borrow a book if the book is available and print Done, otherwise it will display Sorry the book is already borrowed. 5 print:This function will print book title, author name and isbn. Sample1 of the output: sMAIN MENU 1. Add Book *2. Search Book *3.Borrow Book .4. Display Book Info *5. Exit Enter your choice HERE1 Enter book title to add: Introduction to C++ Enter Author Name: Sara Smith Enter ISBN: 2134533447896 Donel Tap an area to comment on

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

Database And Expert Systems Applications 33rd International Conference Dexa 2022 Vienna Austria August 22 24 2022 Proceedings Part 1 Lncs 13426

Authors: Christine Strauss ,Alfredo Cuzzocrea ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

3031124227, 978-3031124228

More Books

Students also viewed these Databases questions

Question

LO1 Understand human resource management and define human capital.

Answered: 1 week ago