Asked by joker

Design a program to input the prices of two items as well as the quantities purchased and
compute the amount of the sale. Use both pseudo code and flowchart diagrams.

Answers

Answered by oobleck
read price, quantity
sale = price * quantity
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions