Inventory Database. Stub Functions
Add stub functions that will later perform operations selected from the Inventory Database Menu. The functions are
void lookUpBook( ). This function should simply display the message "You selected Look Up Book."
void addBook( ). This function should simply display the message "You selected Add Book."
void editBook( ). 'This function should simply display the message "You selected Edit Book."
void deletenook ( ). This function should simply display the message "You selected Delete Book."
Multi-File Program:
If you are developing a multi-file program, add the functions above to the inv menu.cpp file. Add function prototypes for each function to invmenu. h.
Single-File Program:
If you are developing a single-file program, add the functions above to the main menu .cpp file. Add function prototypes for each function to the mainmenu.ti file.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.