Question: Problem: Simulate an Online Store Design a C++ program that prompt the user to buy products from an online store. The program should add and

 Problem: Simulate an Online Store Design a C++ program that prompt

Problem: Simulate an Online Store Design a C++ program that prompt the user to buy products from an online store. The program should add and remove products from the shopping cart. The user should the option to see their shopping cart. Finally, the program processes the purchase and will display a detailed receipt to the user showing the item, price, quantity and desciption. The program should be available to process discount coupons entered by the user. Program's requirements: The team will develop an online store. (Choose a store theme). For simulation purposes add items (products) to your store using arrays and files. Include price, product's description and information that you consider important to include. The user should have the option to see items at the shopping cart. . .The store can accept online coupons'codes entered by the user (online promotion) . If the user has a store reward card, the user will receive $5.00 off. In addition, if the client uses store's credit card the user will receive an additional 20% off Simulate the process of add/remove items to the cart and finally the checkout of the purchase Generate a detailed receipt to the console application and stored in a file. (Use a 10.5% of state tax and 1% of municipal tax). Include the user savings if discounts were applied. . . . Do input validations The program should be use selection and repetition structures, functions, arrays, characters and string and files as part of the solution. Those are the minimum requirements, use your imagination and creativity

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!