Write a program using if, and elif and else, that asks the user what their favorite food is. Then for at least 4 different foods tell the user how you feel about that food.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 20PE: When you borrow money to buy a house, a car, or for some other purpose, you repay the loan by making...
icon
Related questions
Question
Use python and code as instructed
Q#3:
Write a program using if, and elif and else, that asks
the user what their favorite food is. Then for at least
4 different foods tell the user how you feel about
that food.
If they type in a type of food that doesn't match,
(else) then tell them that you don't care about that
food much. For example
>>> What is your favorite food?
>>>Pizza
>>> I don't care about much about Pizza either.
If Pizza is not among four of your favorite choices.
Otherwise you print out
>>> I love pizza too!
Transcribed Image Text:Q#3: Write a program using if, and elif and else, that asks the user what their favorite food is. Then for at least 4 different foods tell the user how you feel about that food. If they type in a type of food that doesn't match, (else) then tell them that you don't care about that food much. For example >>> What is your favorite food? >>>Pizza >>> I don't care about much about Pizza either. If Pizza is not among four of your favorite choices. Otherwise you print out >>> I love pizza too!
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Random Class and its operations
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning