subject

Specialty Calculators You will be creating a series of calculators that can be used for specific purposes. 1. The first will allow an individual to determine how many calories they have expended. Called a Metabolic Equivalents Energy Expender, this calculation will be based upon their weight and time doing various activities.
2. The second calculator will determine how coupons earned at an Amusement Midway can be used for different prizes. Part 1: Metabolic Equivalents Energy Expender One way to measure the amount of energy that is expended during exercise is to use metabolic equivalents (MET). Here are some METS constants for various activities:
Running (at 6mph): 10 METS Basketball: 8 METS Sleeping: 1 MET The number of calories burned per minute may be estimated using the formula: Calories/Minute = 0.0175 x MET x Weight(kg) Design Requirements
Write a program that calculates and outputs the total number of calories burned for a person based upon their provided weight.
Using a form that you will design, allow the user to provide their weight (in pounds), time running in minutes), time playing basketball (in minutes), and time sleeping (in hours). You can assume that the user will provide values for all fields and that these will be numerical in nature. The form should be an. html file that submits to a. php file.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 18:00
Apunishment or the threat of punishment used to enforce conformity. select the best answer from the choices provided t f
Answers: 1
question
Computers and Technology, 24.06.2019 14:40
Create a function (prob3_6) that will do the following: input a positive scalar integer x. if x is odd, multiply it by 3 and add 1. if the given x is even, divide it by 2. repeat this rule on the new value until you get 1, if ever. your program will output how many operations it had to perform to get to 1 and the largest number along the way. for example, start with the number 3: because 3 is odd, we multiply by 3 and add 1 giving us 10. 10 is even so we divide it by 2, giving us 5. 5 is odd so we multiply by 3 and add one, giving us 16. we divide 16 (even) by two giving 8. we divide 8 (even) by two giving 4. we divide 4 (even) by two giving 2. we divide 2 (even) by 2 to give us 1. once we have one, we stop. this example took seven operations to get to one. the largest number we had along the way was 16. every value of n that anyone has ever checked eventually leads to 1, but it is an open mathematical problem (known as the collatz conjectureopens in new tab) whether every value of n eventually leads to 1. your program should include a while loop and an if-statement.
Answers: 3
question
Computers and Technology, 24.06.2019 16:00
Your is an example of personal information that you should keep private.
Answers: 1
question
Computers and Technology, 24.06.2019 21:40
Clunker motors inc. is recalling all vehicles in its extravagant line from model years 1999—2002 as well as all vehicles in its guzzler line from model years 2004—2007. a boolean variable named recalled has been declared. given a variable modelyear and a string modelname, write a statement that assigns true to recalled if the values of modelyear and modelname match the recall details and assigns false otherwise.
Answers: 2
You know the right answer?
Specialty Calculators You will be creating a series of calculators that can be used for specific pur...
Questions
question
English, 18.07.2019 20:00
Questions on the website: 13722363