PYTHON LANGUAGE Design a program that asks for the number of fat grams and calories in a food item. Validate the input as follows:  Make sure the number of fat grams and calories is not less than 0.  According to nutritional formulas, the number of calories cannot exceed fatGrams×9. Make sure that the number of calories entered is not greater than fatGrams×9 Once correct data has been entered, the program should calculate and display the percentage of calories that come from fat. Use the following formula: Percentageofcaloriesfromfat=(Fatgrams×9)÷Calories Some nutritionists classify a food as “low fat” if less than 30 percent of its calories come from fat. If the results of this formula are less than 0.3, the program should display a message indicating the food is low in fat

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter1: An Overview Of Computers And Programming Languages
Section: Chapter Questions
Problem 18SA: 18. Tom and Jerry opened a new lawn service. They provide three types of services: mowing,...
icon
Related questions
Question

PYTHON LANGUAGE

Design a program that asks for the number of fat grams and calories in a food item. Validate the input as follows:
 Make sure the number of fat grams and calories is not less than 0.
 According to nutritional formulas, the number of calories cannot exceed fatGrams×9. Make sure that the
number of calories entered is not greater than fatGrams×9
Once correct data has been entered, the program should calculate and display the percentage of calories that
come from fat. Use the following formula:
Percentageofcaloriesfromfat=(Fatgrams×9)÷Calories
Some nutritionists classify a food as “low fat” if less than 30 percent of its calories come from fat. If the results
of this formula are less than 0.3, the program should display a message indicating the food is low in fat

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Introduction to Coding
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
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT