read name,price,quantity
value = price * quantity
display name,value
you and "Sam" need to get together...
write a pseudocode to accept item name, price, and quality from a user and display the item name and it's total value.
1 answer