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.
Enter your weight in pounds:180 [Enter]Enter your height in inches:70 [Enter]Your BMI is 25.82, which is considered Overweight.