This simple BMI calculator allows users to input their height and mass to calculate their Body Mass Index (BMI) and determine their BMI category.
This project serves as a basic example of a BMI calculator implemented in Python. It includes input validation and categorizes BMI results into underweight, normal weight, and overweight.
- Run the script.
- Enter your height in meters when prompted.
- Enter your mass in kilograms when prompted.
- Receive your BMI and BMI category.
- Input validation
- BMI calculation
- Conditional statements for BMI categorization
- Exception handling
Feel free to connect with me on LinkedIn.