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
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