Severity: Warning
Message: fopen(/tmp/ci_sessionlhmtg6dt21i2vmufgp0s24sbig3f4kk9): failed to open stream: No space left on device
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /tmp)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
By D.Sowjanya
BMI CALCULATOR USING PYTHON BMI stands for Body Mass Index. In this project, we will design a BMI calculator which tells whether you are underweight, overweight, or healthy.
BMI CALCULATOR USING PYTHON
BMI stands for Body Mass Index. In this project, we will design a BMI calculator which tells whether you are underweight, overweight, or healthy using Python. It takes your height and weight as an input and calculates the Body Mass Index and gives you the output. Height is given in centimeters and weight is given in kilograms. The formula to calculate BMI is weight/(height*height). Using this formula we can easily calculate our Body Mass Index.
Submitted by D.Sowjanya (Sowjanya1412)
Download packets of source code on Coders Packet
Comments