Ask Question
30 August, 11:47

What is the code for this? I need it in python.

Write a program that asks the user for the following things:

The names of three ingredients for a salad recipe.

The number of ounces of each ingredient required for one serving (these should just be floats, like 2.5).

The number of servings desired (this should be an integer). You should only ask for the number of servings once.

Note no loop is required for this program but you can use them

The program should then output the total number of ounces of each ingredient required to make the desired number of servings.

+4
Answers (1)
  1. 30 August, 12:47
    0
    You could use the program Weight Watchers. It tells you everything that you have listed.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What is the code for this? I need it in python. Write a program that asks the user for the following things: The names of three ingredients ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers