You have a group of friends coming to visit for your high school reunion
Ask Expert

Be Prepared For The Toughest Questions

Practice Problems

You have a group of friends coming to visit for your high school reunion

Project 2: Restaurant Selector 

•         Learning Objective: Using Python Conditional and Branching Statements 

Problem Description: 

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 are not 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 Python program that asks whether any members of your party are vegetarian, vegan, or gluten-free, to which then displays only the restaurants to which you may take the group.                                                               

Here is an example of the program’s output:


Here is another example of the program’s output:


Hint
ComputerBranching statements in Python are used to change the normal flow of execution based on some condition. Python provides three branching statements break, continue and return. In Python pass also a branching statement, but it is a null statement. The return branching statement is used to explicitly return from a method....

Know the process

Students succeed in their courses by connecting and communicating with
an expert until they receive help on their questions

1
img

Submit Question

Post project within your desired price and deadline.

2
img

Tutor Is Assigned

A quality expert with the ability to solve your project will be assigned.

3
img

Receive Help

Check order history for updates. An email as a notification will be sent.

img
Unable to find what you’re looking for?

Consult our trusted tutors.

Developed by Versioning Solutions.