Submit pseudocode and a flowchart for the following programming exercise:

Fat Gram Calculator

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 are not less than 0.

- According to nutritional formulas, the number of calories cannot exceed fat grams X 9. Make sure that the number of calories entered is not greater than fat grams x 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:

Percentage of calories from fat = (fat grams x 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 forumlas are less than 0.3, the program should display a message indicating the food is low in fat.

2 answers

i don't know the i need help with this question to help
can I use google drive for create a flowchart
Similar Questions
  1. Submit pseudocode for the following programming exercise:Fat Gram Calculator Design a program that asks for the number of fat
    1. answers icon 5 answers
  2. Submit pseudocode and a flowchart for the following programming exercise:Largest and Smallest Design a program with a loop that
    1. answers icon 1 answer
  3. Submit pseudocode and a flowchart for the following programming exercise:Largest and Smallest Design a program with a loop that
    1. answers icon 3 answers
  4. Submit pseudocode and a flowchart for the following programming exercise:Test Average and Grade Write a program that asks the
    1. answers icon 3 answers
more similar questions