Menu

[solved] – Question 8617

Take quantity and price from the user.
Calculate the total payment ( payment = quantity * price ).
Display the quantity, price and payment.
Repeat the program as long as the user key in ‘1’.
Use while loop for this question.

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *