Question: Design a program in C++ simulating a shopping cart. The program must only use functions and arrays, also the user must be able to add
Design a program in C++ simulating a shopping cart. The program must only use functions and arrays, also the user must be able to add or remove items in the shopping cart. The program must content parallel arrays without using strings. The items that the user can buy are: Computer = $1,500, TV = $500, and Videogames console = $700.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
