C++ assignment
The program should display a list of items and the location in the store. The user must be able to enter the items and location in the store. You will use a class for the items. For this assignment you will implement creating the list, adding elements, removing elements, and displaying the shopping list. There is other information. Some people shop on a budget so […]