How to Do Calculations



Enter Your Name:
Enter Age:
Enter Weight:
Enter Heart Rate in Decimal Form:
Enter Time:


Create a calories burned calculator web page. When the person inputs age, weight, heart rate and time working out, it outputs calories burned. Men use the following formula:- Don't copy and paste - it won't work in the code Calories Burned = [(Age x 0.2017) — (Weight x 0.09036) + (Heart Rate x 0.6309) — 55.0969] x Time / 4.184. Women use the following formula: Calories Burned = [(Age x 0.074) — (Weight x 0.05741) + (Heart Rate x 0.4472) — 20.4022] x Time / 4.184.