Question: You are going to create a shopping cart using C++ program. First, the program will ask users information (name, address, phone number). Then, display the

You are going to create a shopping cart using C++ program. First, the program will ask users information (name, address, phone number). Then, display the items menu: 1. Orange $1.00 each 2. Banana $0.40 each 3. Tomato $3.00 each 4. Grape $2.50 each 5. Pear $1.50 each 6. Lemon $0.50 each The program will let the user purchase different item with different quantities each time using loops (you can use any loop). Then, the program calculates the sub-total of each item (subtotal before tax, tax, and sub-total after tax), assume tax is 8.25%. At the end, print a receipt include users information, purchase items and sub-totals, and finally, the total price before tax, total tax, and total price after tax.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!