Question: 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

 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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!