Answered step by step
Verified Expert Solution
Question
1 Approved Answer
May I have an example of this Code (c++)? THANKS!!! ASSIGNMENT 2A Write a program called YourName]-Assignment2A (replace [YourName] with your actual name, no spaces)
May I have an example of this Code (c++)?THANKS!!!
ASSIGNMENT 2A Write a program called YourName]-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 SAUCE DRINK CATEGORY 1 Coke 2 Sprite 3 Dr.Pepper 4 Bottled Water 1 Ham 1 American 2 Cheddar 3 Mozzarella 3 Ma 4 Provolone 1 Wheat 2 Sourdough 2 Turkey 1 Mustard Vinegar Italian 4 Honey Oat 5 Flatbread 3 Chicken 4 Tuna 5 Vegetarian 5NONE OPTIONS 4 Ranch 5 NONE NONE 2. Let the user select a MENU OPTION (the number for the selected option) for each CATEGORY above Enter your choice for BREAD[BREAD] Enter your choice for MEAT: [HEAT] Enter your choice for CHEESE:[CHEESE] Enter your choice for SAUCE [SAUCE] Enter your choice from DRINK [DRINK] 3. Compute the COST of the food: sandwiches are $6 and drinks are an additional $2 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: 4. with and For example, if the user selects 1 for BREAD,for MEAT, 4 for CHEESE, 5 for SAUCE, and 4 for DRINK, the output should You ordered a sandwich on with and Your balance is: $8 In addition to the complete CPP code (IYourName-Assignment2A.cpp), you should submit a screenshot Word document UYourNamelAssignment2?.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) Submit your YourName-Assignment2A.cpp and YourName-Assignment2A.docx files under Assignment2A orn eCampusStep 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