A t-shirt shop sells shirts that retail for $16. Quantity discounts are given as follow:
Number of Shirts Discount
10-20 10%
21-40 15%
41-60 20%
61 or more 25%
Write a C++ program that prompts the user for the number of shirts required and then computes corresponding discount, and the total price. Assume a sale tax of 11.5%. The program will display the customer saving (discount in dollars), sales tax in dollars and the total price