Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started