This is our first project in c++. This project is assigned in 2nd semester.
Meet the workfellows:
This project is about a shopping mall or a shopping mart in which we have:
- An administrator:
- Who can Add the products
- Who can Modify the products
- And, who can Delete the products
- A Buyer:
- Who can select products from the list
This program will then generate a receipt, which will contains:
- Product No.
- Product Name
- Quantity
- Price
- Amount
- Discount
- Total