Asked by Sam

Write the pseudocode to accept the item name, price and quantity from a user display the item name and it's total value

Answers

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

Related Questions