Question: Using C++ language Develop a system that able to solve Daily taxes of Supermarket management system your system must be able to show menu driven
Using C++ language
Develop a system that able to solve Daily taxes of Supermarket management system your system must be able to show menu driven program that will give an option to user to choose the type of task they would want to carry out.
The system must include the following functions:
- The system must give the user a list of 10Supermarket goods with the price of each item.
As follows:
1. Milk 6.99RM
2. Eggs 6.00 RM
3. Floor 5.60RM
4. Bread 3.60RM
5. Butter 5.00RM
6. Fish 8.99RM
7. Chicken 8.00RM
8. Yogurt 3.50RM
9. Jam 3.30RM
10. Peanut butter 4.50RM
- The system must allow the user to specify the quantity of each item in the list.
- The tax rate is 5% on each item
- Must show a receipt of each item purchased with the quantity of each item and the price of each item and the added tax rate.
- The system must allow multiple users
- Must use array and looping in the system
- System should be user friendly
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
