This program is a simple tool to calculate your Body Mass Index (BMI) using your height and weight inputs.
- Clone or download the repository to your local machine.
- Run the script in your preferred Python environment.
- Input your height in centimeters and weight in kilograms.
This program requires a Python environment to run. It has been tested on Python 3.x, but should work on earlier versions as well.
The program will prompt you to input your height in centimeters and weight in kilograms. Note: The input must be a valid number. After inputting the required data, the program will calculate and display your BMI rounded to 2 decimal places.
Height in centimeters: 170 Weight in kilograms: 70 Your BMI is: 24.22
This program does not require any contributions.
This program is open-sourced and free to use for educational purpose.
This program is created by xzebcex.
This simple BMI calculator program provides a quick and easy way to calculate your Body Mass Index using height and weight inputs.