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

read name,price,quantity

value = price * quantity
display name,value