Question: C# Programming I - Microsoft Visual Studio In this application we are calculating two different values: the first is the Body Mass Index (BMI) and

C# Programming I - Microsoft Visual StudioC# Programming I - Microsoft Visual Studio In this application we arecalculating two different values: the first is the Body Mass Index (BMI)and the second is a series of maximum heart rate values atspecific exercise intensity percentages calculated using the Karvonen formula. BMI BMI is

In this application we are calculating two different values: the first is the Body Mass Index (BMI) and the second is a series of maximum heart rate values at specific exercise intensity percentages calculated using the Karvonen formula. BMI BMI is a calculation of body fat based on an individual's height and weight. To calculate BMI you need two different values: height in inches and weight in pounds. Once you have obtained these values you will then need to convert the height from inches to height in meters squared, and the weight in pounds to the weight in kilograms. I am not going to provide these conversion formulas to you; you have to do a little online research to find them. In the case of converting inches to meters squared you need to convert inches to meters and then square that value. The formula for calculating BMI is as follows: bmi = weight (kg)height(m2) where: - weight is value in kilograms - height is value in meters squared The value for bmi will be a decimal from zero (dead) to a high number indicating high body fatness. Based on the BMI value a person is categorized according to their body fat as follows: - Underweight =

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!