Question: 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
Students will write code to send a users 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
Wheat bread
Lettuce
Turkey
Chicken Salad
Salami
Cheese
Example output
Please make this sandwich
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.
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
