BMI Calculator

The BMI Will go Here

The Range Will go Here

Objective: Create a calculator that displays a person’s BMI and their BMI range.

Problem: Get the user's height and weight, calculate their bmi, and explain what it means.

Solution: Use a formula to calculate the user’s BMI. People with BMI less than 18.5 are underweight, if it is between 18.5 and less than 25 they are in a normal weight range, between 25 and less than 30 they are in an overweight range. If it is 30 or greater the user is that they are in the very overweight range.