BMI

For the BMI program, it demonstrates a user’s input as a number and it computes it through a formula which then converts it into a a real BMI number that actually correlates to the person’s actual BMI, if entered correctly. The BMI program isn’t tough at all but if the syntax isn’t correct then it can pose a huge problem to Python. Since I encountered this problem, I managed to fix it through rearranging the code which solved the syntax error. Thus, the code runs efficiently in terms of metric units.