It is a Restaurant Project in C++ in which you can purchase and sell items listed on the menu.
It is a Restaurant Project in C++ in which you can purchase or sell listed items. If the order is greater than the items left in a restaurant then the order will not place.
Apart from purchase and sell, you can check the details such as-
1. Items left in the restaurant.
2. Items sold.
3. Individual profit of each item
4. Total profit of all items.
Assumptions:
1. It only works on listed data.
2. The price of items is fixed.
Submitted by deepali takyar (dtakyar30)
Download packets of source code on Coders Packet
Comments