← Back

Code Challenge 2.10 - BMI Calculator


Objective

Create a program that calculates the Body Mass Index (BMI) given a user’s weight in pounds and height in inches.

Note: BMI is not always a great indicator for health metrics, but it makes for a good code challenge.

Skills to Practice

Challenge Tasks

Sample Output

Enter your weight in pounds:180 [Enter]
Enter your height in inches:70 [Enter]
Your BMI is 25.82, which is considered Overweight.