Report Stub Functions
Add stub functions that will later perform operations selected from the Reports Menu. The functions are
void repListing ( ) . This function should simply display the message "You selected Inventory Listing."
void repWholesaie( ). This function should simply display the message "You selected Inventory Wholesale Value."
void repRetail( ). This function should simply display the message "You selected Inventory Retail Value."
void repQty (). This function should simply display the message "You selected List-ing By Quantity."
void repcost () . This function should simply display the message "You selected Listing By Cost."
void repAge( ). This function should simply display the message "You selected List ing By Age."
Multi-File Program:
If you are developing a multi-file program, add the functions above to the reports*. cpp file. Add function prototypes for each function to reports . h.
Single-File Program:
If you are developing a single-me program, add the functions above to the main-menu . cpp file. Add function prototypes for each function to the mainmenu. h 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.