Question: Topic 1 Part 1 : Algorithm Design ESG - 1 1 1 Students will write code to send a user's sandwich order to the kitchen.

Topic 1 Part 1: Algorithm Design
ESG-111
Students will write code to send a user's sandwich order to the kitchen. The sandwich is made of 3
layers: bread must be on the outside (lettuce for gluten-free), and a single main ingredient chosen
by the user goes in the middle. The code should ask the user whether they want gluten-free and
for their choice of main ingredient. The code should print numbers to the serial monitor on
separate lines in the correct order of assembling the sandwich. A basic ingredient menu is shown.
Example output
Please make this sandwich right away:
99
3
99
Assignment directions: Make a list of the steps the code must perform. Then, sort the steps into
the correct order. Once you have mastered the basic algorithm, add complexity to your sandwich
ordering system (if specified by your instructor).
Topic 1 Part 1 : Algorithm Design ESG - 1 1 1

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 Programming Questions!