I'm developing a calculator that calculates how much calories you burn per minute.
This formula is what I have so far:
Weight in Kg * 0.02
Example: 60 * 0.02 = 1.2 calories per minute
1.2 * 1440 = 1728 calories burned in a day
This is my questions:
Do I need factors such as height and age?
How can this formula be used by people using imperal instead of metric height?