Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 836 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 836 Bytes

BMI Calculator

This simple BMI calculator allows users to input their height and mass to calculate their Body Mass Index (BMI) and determine their BMI category.

About

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.

Usage

  1. Run the script.
  2. Enter your height in meters when prompted.
  3. Enter your mass in kilograms when prompted.
  4. Receive your BMI and BMI category.

Concepts Used

  • Input validation
  • BMI calculation
  • Conditional statements for BMI categorization
  • Exception handling

Connect with Me

Feel free to connect with me on LinkedIn.