I have created a BMI Calculator application using Java NetBeans (JFrame) where you can Input Your height and your Weight and Click on BMI Calculator Button then It will show you your BMI.
Body Mass Index (BMI) is a person's weight in kilograms divided by the square of height in meters. A high BMI can be an indicator of high body fatness. BMI can be used to screen for weight categories that may lead to health problems but it is not diagnostic of the body fatness or health of an individual.
If Your BMI Range is Less than 18.5 then you are Underweight Person
If Your BMI Range is 18.5–24.9 then you are a Normal Weight Person
If Your BMI Range is 25.0–29.9 then you are an Overweight Person
BMI Calculator Application:
Based on your BMI result it will show you that your BMI is Underweight/Normal weight/Overweight.
If you Input any wrong input it will show you Please check the required Input Field
Submitted by Mahendra Mohan Bharti (mahendra591999)
Download packets of source code on Coders Packet
Comments