For a button object nam btnCalories, write the click event handler to implement the
For a button object nam btnCalories, write the click event handler to implement the following requirements to calculate the number of calories burned in a run:
a) Declare variable named strMileRun, decCalories consumed, and decMiles Ran.
|