Computers and Technology
Computers and Technology, 05.09.2019 04:20, 1846252

Develop a simple food receipt (python coding)
a. ask the user for inputs about two food items using the following prompts in turn. do not forget to assign each user entry to a unique variable name:
item1 name?
item1 price?
item1 quantity?
item2 name?
item2 price?
item2 quantity
b. convert the price and quantity variables to integers
c. calculate the total cost for the order by calculating each item's total price by multiplying price and quantity for each item and then adding up the total prices for the two items
d. display the results using the format:
receipt
you ordered: [item1 name] and [item2 name]
total cost: $ [total price for both items calculated in 3c above

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 00:30, lesok0818
Advantages and disadvantages of binary system
Answers: 1
image
Computers and Technology, 23.06.2019 11:00, jaygamer37
What is the name of the sound effect that danny hears
Answers: 1
image
Computers and Technology, 24.06.2019 21:40, jose4197
Clunker motors inc. is recalling all vehicles in its extravagant line from model years 1999—2002 as well as all vehicles in its guzzler line from model years 2004—2007. a boolean variable named recalled has been declared. given a variable modelyear and a string modelname, write a statement that assigns true to recalled if the values of modelyear and modelname match the recall details and assigns false otherwise.
Answers: 2
image
Computers and Technology, 24.06.2019 23:50, daniecott
Which career involves analyzing various factors that influence the customer decision-making process? analyze various factors that influence the customer decision-making processes. reset next
Answers: 2
Do you know the correct answer?
Develop a simple food receipt (python coding)
a. ask the user for inputs about two food items...

Questions in other subjects: