Ask a New Question
Search
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
Ask a New Question
or
answer this question
.
Similar Questions
write a pseudocode to accept item name, price, and quantity from a user and display the item name and it's total value. the
1 answer
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
write a pseudocode to accept item name, price, and quality from a user and display the item name and it's total value. the total
7 answers
Write the pseudocode for an application that allows a user to enter the price of an item and computes 8 percent sales tax on the
6 answers
more similar questions