Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Description: Develop a C++ Program that uses variables to output the name of your store, products you sell, how many you have in stock, and
Description: Develop a C++ Program that uses variables to output the name of your store, products you sell, how many you have in stock, and their prices. You must have at least three products. Requirements: 1. Use variables of the appropriate type for the values of your store name, product names, number of each product in stock and product price. HINT: You will use three different types of variables in this program. 2. Variable names must be descriptive. 3. Use cout to output the values of the variables to the console - no hard coding or literals, you must call your variables to display values! 4. Output must be labeled and easy to read as shown in the sample output below. 5. Program must be documented with: a. //Name b. //Date C. //Program Name d. //Program Description Sample Output: Welcome to The Body Shop We currently have the following items in stock: TOgi am imust be documented with: a. //Name b. //Date C. //Program Name d. //Program Description Sample Output: Welcome to The Body Shop Me currently have the following items in stock: 4 bars of Squeaky-Clean-Soap priced at $2.25 each. 10 bottles of Better-Body Body Wash priced at $4.5 each. 6 bottles of Smoothing Anti-Frizz Shampoo priced at $3.5 each. Thank you for shopping with us! Have a great day! Press any key to continue
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