Question: Written using functions and in C++. A software company sells a package that retails for $99. Quantity discounts are given according to the following table:

Written using functions and in C++.
A software company sells a package that retails for $99. Quantity discounts are given according to the following table: Quantity 10 -19 20 -49 50-99 100 or more Discount 20% 130% 40% 50% Write a program that asks for the number of units sold and computes the total cost of the purchase. Input Validation: make sure that the number of units sold is strictly greater than 0. The total cost must be printed with two decimal points
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
