Question
NoI didnt copy and paste. You are to UPGRADE the calculate multiple sales items program(Hint: the program is on Test Program 5A on page 5-7)
NoI didnt copy and paste. You are to UPGRADE the calculate multiple sales items program(Hint: the program is on Test Program 5A on page 5-7) The upgrade will not only calculate multiple sales items, but it will store and print the items amount. This is what is needed: Required: 1. First 3 lines of code will be three comment linesName of the cpp file Your name Why you are doing this program 2. The user will enter in the number of sales items 3. The user will enter in the price for each item 4. The user will enter in the sales tax percentage 5. OutputTitle for the output The price of each sales items The sales price total The sales tax The grand total Money amount have 2 decimal point places Money amount to be aligned Boarder around the output 6. The user will have the ability to run this program again. |
Output:
"C: Documents and Settings jlong DesktopHW!...X Sales item1 Sales item2 Sales item3 Sales item4 Sales item5 10.00 20.00 30.00 40.00 50.00 Total Sales Sales tax 150.00 9.00 Grand Total $ 159.00 ress 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