Write a program that will provide the user with a menu


Problem

Write a program that will provide the user with a menu of three different grocery stores: Wal-Mart, Hometown Market, and Sam's Club, and a done option. If the user selects one of the grocery stores, allow the user to enter five grocery items. The user should be able to enter items for each of the grocery stores if he/she desires. The program should run until the user has decided that he or she is done. Once the user selects done, your program should display the name of the store(s) that the user entered items for, and then the items in alphabetical order. Your program should also create an output file that will provide the same listing. Input Validation: Do not allow the user to select a value outside of the menu options. Note: If the user selects the same grocery store more than once he or she will be overwriting the original entries given to the grocery items of that store.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a program that will provide the user with a menu
Reference No:- TGS03232697

Expected delivery within 24 Hours