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 Part : Algorithm Design
ESG
Students will write code to send a user's sandwich order to the kitchen. The sandwich is made of
layers: bread must be on the outside lettuce for glutenfree and a single main ingredient chosen
by the user goes in the middle. The code should ask the user whether they want glutenfree 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:
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
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
