Question: using c++ identify and write a code for each of the following steps and lastly write the whole code for the toaster problem. show a

using c++ identify and write a code for each of the following steps and lastly write the whole code for the toaster problem. show a screen shot of the output screen.

Project Description The oven will have four dials/selectors as listed below: A Function selector: Toast, Broil, Warm, Bake (no need to set the time and the temperature when on Toast) A temperature selector: used to set temp from 0 450 degree Fahrenheit A time selector: used to set time from 0 to 60 minutes A toast selector: light (sets time to 1 min.), mild (Sets time to 2 min.), dark (sets time to 3 min). Time is automatically set by the toaster selection. The user opens the oven door, pulls the oven tray out, places the food in the tray, pushes the try back in, closes the oven door then sets the dials (not all of them necessarily). Oven has a light indicator that goes on when oven is in use. When oven is done a bell rings and the light goes off.

Step 1: Scenario and UML Pick a specific scenario and completely describe it with all possible variations if any. Generate a UML diagram for your use case. The result Copy and paste the result of this part here.

Step 2: Classes and Operations Identify the classes and operations, use CRC cards. The result Copy and paste the result of this part here.

Step 3: Class Diagram Present the class diagram for your design. Include all multiplicities. The result Copy and paste the result of this part here.

Step 4: Sequence Diagram Draw a sequence diagram for the use case in step 1. The result Copy and paste the result of this part here.

Step 5: Code your design Your C++ code for this problem -- Copy and paste your code here Run the code and Copy and paste the result (e.g. the screen shot of the result you get by running the code). The End

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!