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

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 18:00
While inserting images, the picture command is usually used to insert photos from a digital camera, and the clip art command is usually used to a.edit the sizes and other characteristics of photos that have been inserted. b.take a screenshot of an image and copy it to the clipboard for pasting. c.search for drawings or other images from a library of prepared pictures. d.make illustrations using lines and shapes that are easy to manipulate.
Answers: 1
question
Computers and Technology, 24.06.2019 10:10
Which view in a presentation program displays a split window showing the slide in the upper half and a blank space in the lower half?
Answers: 1
question
Computers and Technology, 24.06.2019 12:50
Write a new lc-3 trap subroutine (i.e. a subroutine that will be invoked via the trap instruction) that will receive a numeric digit entered at the keyboard (i.e. an ascii character), echo it to the screen, and return in r0 the corresponding numeric value: so if the user types the digit '7', the character '7' will appear on the screen, but the value returned in r0 will be b0000 0000 0000 0111 (#7) you may not use any trap calls in your code - you must implement the "polling" code that interrogates the keyboard status and data registers. ; getnum_tsr ; a subroutine for obtaining a numeric value ; given ascii numeric digit input to keyboard. ; the numeric digit is echoed to the console (e.g. '7' = b0000 0000 0011 0111), ; but the value returned in r0 is the actual numeric value ; corresponding to the digit (e.g. b0000 0000 0000 0111 =
Answers: 3
question
Computers and Technology, 24.06.2019 21:30
The hybrid uses 144 to 158 volt batteries.
Answers: 1
You know the right answer?
The following equations estimate the calories burned when exercising (source): men: calories = [(a...
Questions
question
Mathematics, 18.10.2020 16:01
question
Mathematics, 18.10.2020 16:01
Questions on the website: 13722363