Posted by alethia benney on Tuesday, October 16, 2012 at 1:57pm.
using separate prompts, do something like this:
prompt "name: "
read name
prompt "price: "
read price
prompt "quantity: "
read quantity
due = price * quantity
print "name price quantity total"
print name,price,quantity,due
Related Questions
programming - 1. Write a structured algorithm that prompts the user to input two...
Computer programming - Ok so the question is this: the manager of the Super ...
programming - 4. Write a structured algorithm to prompt the user to enter the ...
pseudocode programming - Develop an algorithm or write pseudocode to determine ...
programming logic - The program will accept user input to store the student'...
programming - Draw a flowchart or write the pseudocode for an application that ...
programing - write a c++ program that prompts user's first name and last ...
Computers - Problem-Solving 1. Develop an algorithm or write pseudocode to ...
computer science - Write a program that will input an items wholesale cost...
Programming in c++ - Write a program in c++ that inputs a number [1-12] from the...
For Further Reading