subject

In this lab problem we are requiring you to compute some arithmetic operations. 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 your program will input the user for age in years, weight in pounds, heart rate in beats per minute, and time in minutes, respectively. your job is to output calories burned for men and women. your prompts should be as follows: enter age (years): , enter weight (pounds): , enter heart rate (beats per minute): , and enter time (minutes): . the prompts must be exactly as written, including the colon (: ) character, or your test cases will fail. since you are prompting the user for input, you should not enter anything into the (optional) input box below, but input your numbers after your prompts.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 00:00
11. is the ability to understand how another person is feeling. a. authority b. sympathy c. empathy d. taking a stand
Answers: 1
question
Computers and Technology, 23.06.2019 03:10
Fill in the following program so that it will correctly calculate the price of the orange juice the user is buying based on the buy one get one sale.#include //main functionint main() { int cartons; float price, total; //prompt user for input information printf("what is the cost of one container of oj in dollars? \n"); scanf(" [ select ] ["%d", "%c", "%f", "%lf"] ", & price); printf("how many containers are you buying? \n"); scanf(" [ select ] ["%d", "%c", "%f", "%lf"] ", & cartons); if ( [ select ] ["cartons / 2", "cartons % 1", "cartons % 2", "cartons % price", "cartons / price", "cartons / total"] [ select ] ["=", "==", "! =", "< =", "> =", "< "] 0) total = [ select ] ["price * cartons", "cartons * price / 2 + price", "(cartons / 2) * price", "cartons / (2.0 * price)", "(cartons / 2.0) * price + price", "((cartons / 2) * price) + price"] ; else total = ((cartons / 2) * price) + price; printf("the total cost is $%.2f.\n", total); return 0; }
Answers: 2
question
Computers and Technology, 24.06.2019 13:30
Which of the following is not a “fatal four” event?
Answers: 2
question
Computers and Technology, 25.06.2019 12:00
Matching 1. many steps descending into a solution 2. the technological process known for its high degree of precision 3. method that allows developers freedom when they are writing software a.)six sigma b.)agile software development organization c.)waterfall method
Answers: 1
You know the right answer?
In this lab problem we are requiring you to compute some arithmetic operations. the following equati...
Questions
question
Computers and Technology, 22.04.2020 22:29
question
Mathematics, 22.04.2020 22:29
question
History, 22.04.2020 22:29
question
Mathematics, 22.04.2020 22:29
Questions on the website: 13722359