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/