Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
a program to input the prices of two items as well as the quantities purchased, and compute the amount of the sale. Use both ps...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.
compute the amount of the sale. Use both pseudo code and flowchart diagrams.
Answers
Answered by
oobleck
read price, quantity
sale = price * quantity
sale = price * quantity
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.