Warning: Trying to access array offset on value of type bool in /home/topgsnkq/public_html/nurselite.com/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 637

2.14 LAB: 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 (source):Calories = ( (Age x 0.2757) + (Weight x 0.03295) + (Heart Rate x 1.0781) — 75.4991 ) x Time / 8.368Write 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’)

 
"Looking for a Similar Assignment? Order now and Get 10% Discount! Use Code "Newclient"

"Our Prices Start at $11.99. As Our First Client, Use Coupon Code GET15 to claim 15% Discount This Month!!":

Get started