Question: write a Python program that prompts the user for a number of completed items (cookies, brownies, or whatever you choose). Once that number is inputted,

write a Python program that prompts the user for a number of completed items (cookies, brownies, or whatever you choose).

Once that number is inputted, the program use the BOM to generate a list of detailed ingredients, the amounts required to make that amount of items, and the total cost of all ingredients.

The output should include:

  • a COMPLETE recipe (or a link to the recipe)
  • details of the amounts required of each ingredient
  • the expected cost of each completed item
  • the total cost required to produce the requested amount

There should be an ingredients section followed by the instructions for the recipe (Reference some recipe websites for ideas on the output). Here is an example of an output:

write a Python program that prompts the user for a number of

An additional requirement is for you to use a conditional statement (IF, ELIF, , ELSE) in your program. You determine what feature you want to implement in the program to use this requirement. You might consider different prices for bulk orders of ingredients (if you really want to push yourself), reporting to the user something about the number of cookies they are baking, etc. Be creative (it counts for this project).

There are multiple deliverables for this assignment: This activity should be in python.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!