Page 1 of 1

Create a program in c++ to do and implement the following for Moon Base Robot Kitchen 1.) Create the user interface for

Posted: Sun Jul 03, 2022 12:00 pm
by answerhappygod
Create a program in c++ to do and implement the following forMoon Base Robot Kitchen
1.) Create the user interface for people on the moon base toselect food items from a list of available meals, and assign themto days. The meals for a whole week can then be viewed.
2.) Use a Linked List with all of the available meals stored init for the user to pick from. Use a Queue for the 21 meals ofthe week.