Question: Create an IPO chart, desk-check table, and C++ program that will allow a customer to order any number of copies of software. The program should
Create an IPO chart, desk-check table, and C++ program that will allow a customer to order any number of copies of software. The program should ask the user to enter the number of copies they want to purchase.
Program should calculate:
subtotal for the order ( each copy sells for $35.00)
the tax is 7%
the shipping and handling charge ($1.25 per copy ordered)
the total cost
Program should display following:
the number of copies ordered
the subtotal
the tax
the shipping/handling
the total cost including tax
desk check info: number of copies ordered =5
subtotal will be 5*$35.00 =$175.00
tax will be $12.25,
shipping and handling will be $6.25
and total cost will be $193.50
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
