2.5.9: Recipe
The Problem
I swear I have it done correctly, but the autograder says it's wrong.
The Solution
As near as I can tell, the autograder for this assignment doesn't work properly. I'm still experimenting, but in the meantime, do the following:
Recheck the assignment. Make sure that you are really meeting all of the requirements.
Make sure you're using floats where appropriate instead of integers.
Make sure to assign user inputs to variables for each ingredient and its respective amount.
For each ingredient, calculate the total ounces required for the desired number of servings by multiplying the amount of the ingredient by the number of servings.
Remember to print the ingredient name and the total ounces required for each ingredient.
If you have all of the above and are still not getting it to accept your response, go ahead and hit submit and continue.