Skip to content

Winena/BMI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

BMI

This is a Python-based app that serves as a BMI calculator

Step-by-Step Approach

  1. Define Your App Requirements The app should take height (meters) and weight (kg) It should compute BMI using: đ”đ‘€đŒ = weight (kg)/height (m)2 ​ It should classify BMI results based on standard World Health Organization(WHO) categories: Underweight (<18.5) Normal weight (18.5 - 24.9) Overweight (25 - 29.9) Obese (30+)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages