Write a program using inputs age weight and heart rate


Problem: Expression for Calories Burned During Workout

The following equation estimates the average calories burned for a person when exercising, which is based on a scientific journal article:

Calories = ( (Age x 0.2757) + (Weight x 0.03295) + (Heart Rate x 1.0781) - 75.4991 ) x Time / 8.368

Write a program using inputs age (years), weight (pounds), heart rate (beats per minute), and time (minutes), respectively. Output the average calories burned for a person.

Output each floating-point value with two digits after the decimal point, which can be achieved as follows:

print(f'Calories: {calories:.2f} calories')

The response should include a reference list. One-inch margins, Using Times New Roman 12 pnt font, double-space and APA style of writing and citations.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program using inputs age weight and heart rate
Reference No:- TGS03175157

Expected delivery within 24 Hours