Question: After the first part, use the same program and modify it using #2 directions, thank you 2. Create a C++ Program: When the program starts,

After the first part, use the same program and modify it using #2 directions, thank you 2. Create a C++ Program: When the program starts, we want to show the following program information to the user first then prompt her to press enter to continue the program. This program will ask you for today's date, the sales person's name, item name and price. It will then show the store receipt including the sales tax and total purchase price. When you are ready, press enter to continue the 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 Add the following code (shown in red) at the of your program and run it int main0 char ch; cout > ch; /Your code from the last lab follows After your program reads all the inputs, it will print the receipt. >See the sample runs in "lab4-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. 3. No matter how many times you press
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
