Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

Problem 1: 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 process the purchase and will display a detailed receipt to the user showing the item, price, quantity and description. 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 simuation 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 has 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 .Simulate the process of add/remove items to the cart and finally the checkout of the Generate a detailed receipt to the console application and stored in a file. (Use a 10.5% uses store's credit card the user will receive an additional 20% off. purchase. of state tax and 1% of municipal tax). Include the user savings if discounts were applied . The program should be use selection and repetition structures, functions, arrays, characters and string and files as part of the solution

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Object Databases The Essentials

Authors: Mary E. S. Loomis

1st Edition

020156341X, 978-0201563412

Students also viewed these Databases questions

Question

Critically evaluate research on the HRMperformance relationship

Answered: 1 week ago