Write a program that asks the user to enter the list price of an item and the discount as a percentage, and then computes and displays the sale price and the savings to the buyer. For example, if the list price is $40 and the discount percentage is 25%, the sale price would be $30 and the savings to the buyer would be $10. Use the formulas
percentAsFraction = percent / 100.0discount = listPrice* percentAsFractionsalePrice = listPrice discount
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.