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

1 answer

read name,price,quantity
value = price * quantity
display name,value