DEV Community

dcesp6599
dcesp6599

Posted on

BMI calculator

BMI calculator came out from a need. My sister always has to do BMI and other math for her nutrition major. So I decided to create a program that take some data for an individual and turn it into a string that tells you, who you are and what is your BMI.

During my coding procedure, I tried to make it simple using OOP and creating variable that do not bring error and the future.

In conclusion, BMI calculator is a simple procedure used to know someone's body mass index which could help you to understand if you are on a healthy weight or not.

Image description
https://github.com/dcesp6599/BMI-calculator/blob/2c9bc4594430145e5f20eb35f37b49fb7a27e874/BMI%20calculator.py

Top comments (0)