subject

Gusing pythonthe 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), respectively. output calories burned for men and women.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 23:00
Fast sportcars the top speeds of sportscars, given in miles per hour, are: 155 mph bmw m5 217 mph lamborghini aventador spyder 205 mph ferrari 488 205 mph nissan gtr 197 mph chevrolet corvette stingray zr1 258 mph bugatti veyron supersport 195 mph dodge viper 270 mph hennessey venom 155 mph bmw m3 195 mph mercedes sl given: topspeeds=[155; 217; 205; 205; 197; 258; 195; 270; 155; 195]; carnames=string(["bmw m5" "lamborghini aventador spyder" "ferrari 488" "nissan gtr" "chevrolet corvette stingray zr1" "bugatti veyron supersport" "dodge viper" "hennessey venom" "bmw m3" "mercedes sl"]); the variable is a rectangular array. write a function called selectcars to identify cars with the top speed within a given range, and display the identified names. the selected cars speed will be in a range given by lowerbound < speed < upperbound. inputs to the function selectcars are: a column array os all car top speeds named topspeeds, the corresponding chara
Answers: 2
question
Computers and Technology, 22.06.2019 20:40
Write a program that begins by reading in a series of positive integers on a single line of input and then computes and prints the product of those integers. integers are accepted and multiplied until the user enters an integer less than 1. this final number is not part of the product. then, the program prints the product. if the first entered number is negative or 0, the program must print β€œbad input.” and terminate immediately. next, the program determines and prints the prime factorization of the product, listing the factors in increasing order. if a prime number is not a factor of the product, then it
Answers: 2
question
Computers and Technology, 23.06.2019 15:30
The processing of data in a computer involves the interplay between its various hardware components.
Answers: 1
question
Computers and Technology, 23.06.2019 20:30
What are some settings you can control when formatting columns?
Answers: 1
You know the right answer?
Gusing pythonthe following equations estimate the calories burned when exercising (source): men: c...
Questions
question
Geography, 01.06.2021 16:40
question
Mathematics, 01.06.2021 16:40
question
Mathematics, 01.06.2021 16:40
question
Chemistry, 01.06.2021 16:40
Questions on the website: 13722367