subject

The following equations estimate the calories burned when exercising (source): men: calories = [(age x 0.2017) — (weight x 0.09036) + (heart rate x 0.6309) — 55.0969] x time / 4.184 women: calories = [(age x 0.074) — (weight x 0.05741) + (heart rate x 0.4472) — 20.4022] x time / 4.184 write a program using inputs age (years), weight (pounds), heart rate (beats per minute), and time (minutes). output calories burned for men and women. ex: if the input is: 49 155 148 60 then the output is: men: 489.7772466539196 calories women: 580.939531548757 calories

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 19:20, SundaeSunday
Consider the following code snippet: #ifndef cashregister_h#define cashregister_hconst double max_balance = 6000000.0; class cashregister{public: cashregister(); cashregister(double new_balance); void set_balance(double new_balance); double get_balance() const; private: double balance[12]; }; double get_monthly_balance(cashregister bk, int month); #endifwhich of the following is correct? a)the header file is correct as given. b)the definition of max_balance should be removed since header files should not contain constants. c)the definition of cashregister should be removed since header files should not contain class definitions. d)the body of the get_monthly_balance function should be added to the header file.
Answers: 1
image
Computers and Technology, 24.06.2019 03:00, SiegeHatake4534
Will do anything for brainlest so can you guys me out i will try my best to you out
Answers: 1
image
Computers and Technology, 25.06.2019 08:10, hinacat87
Why should the technician watch for signs of contamination in the oil when recovering refrigerant from a system
Answers: 3
image
Computers and Technology, 25.06.2019 12:00, gardinerr410
What is the difference between paper size and page margins in word
Answers: 1
You know the right answer?
The following equations estimate the calories burned when exercising (source): men: calories = [(a...

Questions in other subjects:

Konu
Mathematics, 02.10.2019 11:50
Konu
History, 02.10.2019 11:50