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.184women: calories = ( (age x 0.074) — (weight x 0.05741) + (heart rate x 0.4472) — 20.4022 ) x time / 4.184write a program using inputs age (years), weight (pounds), heart rate (beats per minute), and time (minutes), respectively. output calories burned for men and women. output each floating-point value with two digits after the decimal point, which can be achieved as follows: printf("%0.2lf", yourvalue); ex: if the input is:

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:00
Which is produced by the endocrine system to control how cells and organs function
Answers: 2
question
Computers and Technology, 22.06.2019 13:00
Write a program which asks you to enter a name in the form of first middle initial last. so you might enter for example samuel p. clemens. use getline to read in the string because it contains spaces. also, apparently the shift key on your keyboard doesn’t work, because you enter it all lower case. pass the string to a function which uses .find to locate the letters which need to be upper case and use toupper to convert those characters to uppercase. the revised string should then be returned to main in the form last, first mi where it will be displayed.
Answers: 1
question
Computers and Technology, 22.06.2019 22:30
Jason needs to learn a new web tool. he went through his books to understand more about it. now he wants hands-on experience with using that tool. what would him? jason can use websites where workspace is provided to test the results of your code.
Answers: 2
question
Computers and Technology, 24.06.2019 03:30
Auniform resource locator (url) is a formatted string of text that web browsers, email applications, and other software programs use to identify a particular resource on the internet. true false
Answers: 2
You know the right answer?
The following equations estimate the calories burned when exercising (source): men: calories = ( (a...
Questions
question
Mathematics, 23.07.2019 03:30
Questions on the website: 13722361