+ 1
how to print out The program will accept the total purchase ($) from the user and prints out the total purchase, the discount ($
The program will accept the total purchase ($) from the user and prints out the total purchase, the discount ($) and price after discount ($).
1 Respuesta
+ 1
Hint:
* Read total purchase input
* Subtract total purchase with discount to get discounted purchase.
You will do the code implementation. If you run into trouble you can ask, having the code URL attached in original post.