Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฎ BMI Calculator

A simple Python script to calculate Body Mass Index (BMI) using user input for height and weight. Great for beginners learning basic input/output and arithmetic operations in Python.


๐Ÿ“Œ Features

  • Accepts user input for height and weight
  • Calculates BMI using the formula: [ \text{BMI} = \frac{\text{weight (kg)}}{(\text{height (m)})^2} ]
  • Categorizes the result (Underweight, Normal, Overweight, Obese)

๐Ÿš€ How to Run

  1. Make sure you have Python 3.x installed.
  2. Clone or download this repository.
  3. Run the script using:
python bmi_calculator.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages