0% found this document useful (0 votes)
37 views

BMI Calculator Using Python

This document outlines a Python program to calculate body mass index (BMI) using a person's weight in kilograms divided by their height in meters squared. It introduces BMI as a ratio used to assess body fatness and health risks, describes the objective of the program to indicate healthy weight ranges using BMI, and lists the software and hardware requirements to run the Python BMI calculator program.

Uploaded by

vish
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views

BMI Calculator Using Python

This document outlines a Python program to calculate body mass index (BMI) using a person's weight in kilograms divided by their height in meters squared. It introduces BMI as a ratio used to assess body fatness and health risks, describes the objective of the program to indicate healthy weight ranges using BMI, and lists the software and hardware requirements to run the Python BMI calculator program.

Uploaded by

vish
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

BMI CALCULATOR USING PYTHON

VISHAL PHULARI
SHREEDHARA
INTRODUCTION

BODY MASS INDEX (BMI) IS A RATIO OF WEIGHT TO HEIGHT USED TO ASSESS
DEGREE OF FATNESS OR ADIPOSITY OF AN INDIVIDUAL [37]. THE MEASUREMENT
IS OBTAINED FROM THE CALCULATION OF WEIGHT IN KILOGRAMS DIVIDED BY
HEIGHT IN METERS SQUARED. BMI IS AN ASSESSMENT TOOL USED TO ESTIMATE
DEGREE OF OVERWEIGHT OR OBESITY.
OBJECTIVE
BMI IS A SCREENING TOOL THAT CAN INDICATE WHETHER A
PERSON IS UNDERWEIGHT OR IF THEY HAVE A HEALTHY WEIGHT,
EXCESS WEIGHT, OR OBESITY. IF A PERSON’S BMI IS OUTSIDE OF
THE HEALTHY RRANGE, THEIR HEALTH RISKS MAY INCREASE
SIGNIFICANTLY.
SOFTWARE REQUIREMENTS

PYTHON PROGRAMMING LANGUAGE


HARDWARE REQUIREMENTS

WINDOWS OPERATING SYSTEM


REFERENCE

• WWW.GOOGLE.COM
• WWW.YOUTUBE.COM
• HEXNBIT CLASSES

You might also like