BMI Calculator

 

 

Objective: Create a BMI calculator by using HTML and SVG code. A BMI calculator is a calculator that converts to the weight and height of a person to find out their body mass index in order to see if the person is either underwieght, normal weight, overweight, or obese.

Problem: The BMI calculator has a special formula to convert the weight and height into a body mass index average. It is tricky to input the code for this formula into the code for the BMI calculator.

Solution: Plan out what you are going to do to create the BMI calculator and try to go step-by-step when typing the code for this task.