This is for c++. I need a program that asks whether any members of your party are vegetarian, vegan, or gluten-free, then displays only the restaurants that you may take the group to.

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter10: Classes And Objects
Section: Chapter Questions
Problem 5E: In this exercise, you modify the Grade Calculator application from this chapter’s Apply lesson. Use...
icon
Related questions
Question

This is for c++. I need a program that asks whether any members of your party are vegetarian, vegan, or gluten-free, then displays only the restaurants that you may take the group to.

1- Restaurant Selector
You have a group of friends coming to visit for your high school reunion, and you want to take them out to eat at a local
restaurant. You aren't sure if any of them have dietary restrictions, but your restaurant choices are as follows:
Joe's Gourmet Burgers-Vegetarian: No, Vegan: No, Gluten-Free: No
Main Street Pizza Company-Vegetarian: Yes, Vegan: No, Gluten-Free: Yes
Corner Café-Vegetarian: Yes, Vegan: Yes, Gluten-Free: Yes
Mama's Fine Italian-Vegetarian: Yes, Vegan: No, Gluten-Free: No
The Chef's Kitchen-Vegetarian: Yes, Vegan: Yes, Gluten-Free: Yes
Write a program that asks whether any members of your party are vegetarian, vegan, or gluten-free, then displays only
the restaurants that you may take the group to. Here is an example of the program's output:
Is anyone in your party a vegetarian? yes Enter
Is anyone in your party a vegan? no Enter
Is anyone in your party gluten-free? yes Enter
Here are your restaurant choices:
Main Street Pizza Company
Corner Cafe
The Chef's Kitchen
Here is another example of the program's output:
Is anyone in your party a vegetarian? yes Enter
Is anyone in your party a vegan? yes Enter
Is anyone in your party gluten-free? yes Enter
Here are your restaurant choices:
Corner Cafe
The Chef's Kitchen
Transcribed Image Text:1- Restaurant Selector You have a group of friends coming to visit for your high school reunion, and you want to take them out to eat at a local restaurant. You aren't sure if any of them have dietary restrictions, but your restaurant choices are as follows: Joe's Gourmet Burgers-Vegetarian: No, Vegan: No, Gluten-Free: No Main Street Pizza Company-Vegetarian: Yes, Vegan: No, Gluten-Free: Yes Corner Café-Vegetarian: Yes, Vegan: Yes, Gluten-Free: Yes Mama's Fine Italian-Vegetarian: Yes, Vegan: No, Gluten-Free: No The Chef's Kitchen-Vegetarian: Yes, Vegan: Yes, Gluten-Free: Yes Write a program that asks whether any members of your party are vegetarian, vegan, or gluten-free, then displays only the restaurants that you may take the group to. Here is an example of the program's output: Is anyone in your party a vegetarian? yes Enter Is anyone in your party a vegan? no Enter Is anyone in your party gluten-free? yes Enter Here are your restaurant choices: Main Street Pizza Company Corner Cafe The Chef's Kitchen Here is another example of the program's output: Is anyone in your party a vegetarian? yes Enter Is anyone in your party a vegan? yes Enter Is anyone in your party gluten-free? yes Enter Here are your restaurant choices: Corner Cafe The Chef's Kitchen
Expert Solution
Algorithm
  1. Start
  2. Declare variables for vegetarian, vegan, and gluten-free.
  3. Prompt the user with the question "Is anyone in your party a vegetarian?" and read the input into the vegetarian variable.
  4. Prompt the user with the question "Is anyone in your party a vegan?" and read the input into the vegan variable.
  5. Prompt the user with the question "Is anyone in your party gluten-free?" and read the input into the gluten variable.
  6. Display the message "Here are your restaurant choices:".
  7. Check if no one has dietary restrictions by using an if statement with the condition (veg == "no" && vegan == "no" && gluten == "no"). If true, display "Joe's Gourmet Burgers".
  8. Check if vegetarian and gluten-free by using an if statement with the condition (veg == "yes" && vegan == "no" && gluten == "yes"). If true, display "Main Street Pizza Company", "Corner Cafe", and "The Chef's Kitchen".
  9. Check if vegetarian, vegan, and gluten-free by using an if statement with the condition (veg == "yes" && vegan == "yes" && gluten == "yes"). If true, display "Corner Cafe" and "The Chef's Kitchen".
  10. Check if vegetarian only by using an if statement with the condition (veg == "yes" && vegan == "no" && gluten == "no"). If true, display "Corner Cafe", "Mama's Fine Italian", and "The Chef's Kitchen".
  11. End the program
 
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Reference Types in Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:
9780357392676
Author:
FREUND, Steven
Publisher:
CENGAGE L