Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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:

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Discuss corporate governance reform

Answered: 1 week ago