Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write the code in python At Chips Fast Food emporium there is a very simple menu. Each food item is selected by entering a digit

image text in transcribed

Write the code in python

At Chips Fast Food emporium there is a very simple menu. Each food item is selected by entering a digit choice. Here are the three burger choices: Here are the three drink choices: 1 - Cheeseburger (461 Calories) 1 - Soft Drink ( 130 Calories) 2 - Fish Burger (431 Calories) 2 - Orange Juice (160 Calories) 3 - Veggie Burger (420 Calories) 3- Milk (118 Calories) 4- no burger 4- no drink Here are the three side order choices: Here are the three dessert choices: 1 - Fries (100 Calories) 1 - Apple Pie (167 Calories) 2- Baked Potato (57 Calories) 2- Sundae (266 Calories) 3- Chef Salad (70 Calories) 3 - Fruit Cup (75 Calories) 4- no side order 4- no dessert Write a program that will compute the total Calories of a meal. Input Specifications The program should prompt the user for a number for each type of item then calculate and display the Calorie total. You may assume that each input will be a number from 1 to 4. That is, each customer has to pick exactly one number from each of the four options out of each of the four categories. Output Specifications The program prints out on the screen the total Calories of the selected meal, and stops executing after this output

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Put Your Data To Work 52 Tips And Techniques For Effectively Managing Your Database

Authors: Wes Trochlil

1st Edition

0880343079, 978-0880343077

More Books

Students also viewed these Databases questions

Question

How wide are Salary Structure Ranges?

Answered: 1 week ago