Question: Write a c++ program to manage a simple shopping cart. Use a global variable totalcost (set it to 0 at the beginning and int data

 Write a c++ program to manage a simple shopping cart. Use

Write a c++ program to manage a simple shopping cart. Use a global variable totalcost (set it to 0 at the beginning and int data type) to store the the cost of items in the cart. Implement void functions to add items with their respective prices to the cart addItemToCart (accept int data type of item price). Test your program by adding items to the cart and print the final total cost. In main: the function is called multiple times. At the end, it prints the total cost

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!