Skip to content

3b1g/bmi-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages