Question: Write code using python 3 Write a program that uses a sentinel while loop to enter the number of calories burned every day. The program

Write code using python 3
Write a program that uses a sentinel while loop to enter the number of calories burned every day. The program will calculate and print the average number of calories burned per day. SAMPLE Enter calories for the day. Enter -999 to quit: 2200 Enter calories for the day. Enter -999 to quit 2800 Enter calories for the day. Enter -999 to quit 3600 Enter calories for the day. Enter -999 to quit 1200 Enter calories for the day. Enter -999 to quit -999 The average calorie count is 2450.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
