Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ASSIGNMENT 2A Write a program called YourNamel-Assignment2A (replace [YourName] with your actual name, no spaces) that can be used in a sandwich making restaurant to
ASSIGNMENT 2A Write a program called YourNamel-Assignment2A (replace [YourName] with your actual name, no spaces) that can be used in a sandwich making restaurant to make and confirm orders. The program should 1. Display the menu bellow (in the table format, no lines needed) BREAD MEAT CHEESE DRINK CATEGORY 1 Ham 1 Wheat 2 Sourdou 3 Italian 1 American 2 Cheddar 3 Mozzarella 3 Ma 1 Mustard 1 Coke 2 Sprite 3 Dr.Pepper 3 Chicken Oat OPTIONS Bottled Water NONE Tuna 5 Flatbread etarian NONE NONE 2. Let the user select a MENU OPTION (the number for the selected option) for each CATEGORY above Enter your choice for Enter your choice for MEAT Enter your choice for CHEESE: [CHEESE Enter your choice for SAUCE Enter your choice from DRINK BREAD MEAT] SAUCE 3. Compute the COST of the food: sandwiches are s6 and drinks are an additional $2 4. Output the order confirmation (using the name/textual version for the selected option and not outputting "NONE" or the leading comma for that particular category if the selected option is NONE) and the price in this format You ordered a sandwich on Your balance is: ICOST and For example, if the user selects be: for CHEESE, for SAUCE, and For DRINK, the output f or BREAD, for MEAT should You ordered a sandwich on Your balance is: In addition to the complete CPP code you should submit a screenshot Word document YourNameL Assignment2A docx) that contains screenshots of your full C++ code (take multiple screenshots if the code is larger than one screen), and the full console output (take multiple screenshots if the output is larger than one window). eCampus
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
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