Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a C++ Program Your program will take 4 inputs from the keyboard Sales person's first name today's date (mm/dd/yyyy) item name (one word) price
Create a C++ Program Your program will take 4 inputs from the keyboard Sales person's first name today's date (mm/dd/yyyy) item name (one word) price After your program reads all the inputs, it will print the receipt. See the sample runs in 1a64-1- iomanip runs" posted on Cougar Courses. All the prompts to the user and the format of the receipt have to look exactly the same as the sample runs. Test your program using the data given in the 3 sample runs. 30 spaces "Your Friendly Neighbor Store" 09/30/2011 M&Ms Sales tax Total Mi ke 1.56 1.68 Thank you for shopping with us! 20 spaces ++ 108 Requirements: Declare the tax rate as a const. (I know our tax rate is higher now, but use this old rate.) int main) const double TAX-7.75; //sales tax rate ??? person; //sales person's name ??? date; I/date Use TAX whenever you need to use the tax rate Don't use fixed
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