The program bookRecord.cpp should be menu-driven, and be able to display the menu looked like
MAIN MENU
0. Exit
1. Search for a book
2. List books of a category
3. List books in a price range
4. List all books
5. Update a book record
6. Add a book record
7. Delete a book record
Your choice ->
You may use system calls such as system(“cls”), system(“pause”) and system(“echo.”) to help maintain the above user interface. You may utilise any parts of the trivial menu in Tutorial 9, the sample menu in Lecture 10, and the programs in the Sample Codes & Solution Folder at the unit website.