Two years ago, I wrote a simple BMI Calculator. Since then, readers were asking for the code but I couldn’t find it so I wrote a new code for it. This time I will add the code here so it’s available for all to use.
Tag Archives: bmi
Visual Basic: Body Mass Index Calculator
BMI Calculator is my first project using Visual Basic 2008.
Here is a screenshot of what I did, it is fully coded. If you want the source code for it, please do comment saying that you want it.
What this includes is when a user calculates his/her height and width, it will show if the user is underweight, normal, overweight, or obese.
My next update for this is adding a choice between kilograms or pounds.
Here’s the code.
UPDATE: Updated BMI download link.