Flowchart or pseudocode 2. A restaurant owner wants you to develop the logic for a tableside Point of Sale (POS) system. Keep the logic as
Flowchart or pseudocode
2. A restaurant owner wants you to develop the logic for a tableside Point of Sale (POS) system. Keep the logic as simple as possible! Here are the requirements:
The Main Program calls a module called welcome(), which outputs a greeting with the output Hello! Welcome to Buddys Big Bold Burgers. Lets get started with your order! The main program then calls a module called orderDrinks(), which outputs the Drink menu to the screen and allows them to input their drinks. (Hint: Dont worry about the actual details of these menu items, like name or price. This goes for appetizers, entrees, desserts, and drinks as well.) Then, it calls the modules orderAppetizers(), orderEntrees(), and orderDessert(), each displaying the respective menus to the screen and allowing the customer to input their order. After all selections have been made, it echoes the customers selections and outputs Is your order correct? Enter Yes or No. If their order is correct, a message will be output that says Thank you! Your order will be ready shortly! If the order is NOT correct, it says, Sorry I got that wrong! Your server will be right with you to help.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started