solve in c++ Create an application for a supermarket owner. The owner would like to store up to 50 items. Each item is represented by an ID and a price. The program should ask the user if he/she wants...


solve in c++


Create an application for a supermarket owner. The owner would like to store
up to 50 items. Each item is represented by an ID and a price.
The program should ask the user if he/she wants to do one of the following
tasks:
1. Enter an item ID and price
2. Retrieve the price of a specific item
3. Display all items within a specific range of prices
4. Delete an item
5. Display all items
6. Delete all items
Note:


 The items should be stored in memory sorted based on price.
 The six tasks should be implemented as functions.
The program should run continuously until the user presses 'e' to exit



Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here