Skip to content

This repository contains 2 Python programs. The first program calculates the user's Body Mass Index (BMI) based on the user's weight (in kilogram) and height (in meter). To learn more about BMI and its calculations, follow this link: https://en.wikipedia.org/wiki/Body_mass_index.

Notifications You must be signed in to change notification settings

pkx8326/BMI_Calculator_with_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

BMI_Calculator_with_Python

This repository contains 2 Python programs. The first program calculates the user's Body Mass Index (BMI) based on the user's weight (in kilogram) and height (in meter).

Both program demonstrate simple arithmetic calculations in Python and PEMDAS (parentheses, exponential, multiplication, division, addition, and subtraction) calculation order in action.

The second program also demonstrates the ability to categorize BMI into 5 health categories via "if, elif, else" conditional clauses.

To learn more about BMI and its calculations, follow this link: https://en.wikipedia.org/wiki/Body_mass_index.

Credit: This program is a modification of a Python program found in Angela Yu's "100 Days of Code: The Complete Python Pro Bootcamp" on Udemy. You can go to the course's page by clicking the following link (not a ref. link): https://www.udemy.com/course/100-days-of-code/

About

This repository contains 2 Python programs. The first program calculates the user's Body Mass Index (BMI) based on the user's weight (in kilogram) and height (in meter). To learn more about BMI and its calculations, follow this link: https://en.wikipedia.org/wiki/Body_mass_index.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages