Question: Build a C++ code that will make the following main menu with the given outputs. 1. Menu: this function will display the following menu. IN

Build a C++ code that will make the following main menu with the given outputs.  Build a C++ code that will make the following main menu

1. Menu: this function will display the following menu. IN MEN ..1. Add Book 2. Search Book Sample5 of the output: MAIN MENUe 494eMAIN MENU .1. Add Book .2. Search Book *3. Borrow Book .4. Display Book Information .w.S. Exit *3, Borrow Book 1.Add Book 2. Search Book 3. Borrow Book 4. Display Book Info 5. Exit .. Display Book Info S. Exit Enter your choice HERE>2 Enter book title to search: Introduction to C++ Introduction to C++ is availablel 2. add book: This function adds book to the system. 3. search_book: This function searches for a book title and returns 1 if Sample3 of the output Enter your choice HERE->3 Enter book title to search: Introduction to C++ Introduction to C++is NOT available! Sorry the book is already borrowed. the book is available and 0 if the book is not available. Add Book 2. Search Book 3. Borrow Book .. Display Book Info 5. Exit 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 borrowecd 5. print: This function will print book title, author name and isbn. Sample6 of the output: Enter your choice HERE> 2 Enter book title to search: Programming with C++ Programming with C++ is NOT available! 449MAIN MENUeeee Sample1 of the output: 1. Add Book 2. Search Book 3. Borrow Book 4. Display Book Info 5. Exit MAIN MENU 1. Add Book .*2. Search Book .3. Borrow Book .4. Display Book Info Sample4 of the output: .. Add Book *2. Search Book *3, Borrow Book *4. Display Book Info Enter your choice HERE-> 1 Enter book title to add: Introduction to C++ Enter Author Name: Sara Smith Enter ISBN: 2134533447896 Enter your choice HERE->3 Enter book title to borrow: Introduction to C Introduction to C++ is available Please returned the book after two weeks form the check out dat: Enter your choice HERE->4 Book Title: Introduction to C++ Author Name: Sara Smith ISBN: 2134533447896 Available? NO

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!