Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

006 PM Sun Jan 10 43% learn.xybooks.com = zyBooks - 1.22 LAB: Expression for calories burned during worl The following equations estimate the calories burned

image text in transcribed
006 PM Sun Jan 10 43% learn.xybooks.com = zyBooks - 1.22 LAB: Expression for calories burned during worl The following equations estimate the calories burned when exercising (source) Women Calories = ((Age x 0074) Weight X005741)+Heart Rate x 0 4472) 20.4022) x Time! 4.184 Men Calories - ((Age x0.2017) + (Weight 0.09036) + (Heart Ratex0 6309) 55.0969)x Time/ 4.184 Write a program using inputs age (years), weight (pounds), heart rate (beats per minute), and time (minutes), respectively. Output calories burned for women and men Output each floating-point value with two digits after the decimal point, which can be achieved as follows print('Men: {:.26) calories'.format(calories_man)) Ex: If the input is 49 155 60 Then the output is Women 580.94 calories Mon: 891.47 calories LAD ACTIVITY 1.221 LAB Expression for calories burned during workout 07.10 main.py 1 Women: Calories - Age x 0.074) - (Weight x 0.95741) + (Heart Rate x 0.4472) - 20.40221 2. Meni Calories - (Age x 0.2017) + (Weight x 0.09036) + Heart Rate * 0.6300) 55.960) 4 Type your code here." 5

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Visual Basic 6 Databases

Authors: Charles Williams

1st Edition

1861002025, 978-1861002020

More Books

Students also viewed these Databases questions

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago