#Java #BMI and Body Shape #Calculator

preview_player
Показать описание
#Java Body Mass Index (BMI) #Calculator
=======================================

Conversions:
------------
Pounds to Kilograms: pounds * 0.453592
Inches to Meters: Inches * 0.0254

The BMI is defined as body mass divided by square of height.
It is defined as

Weight in Kilograms
-------------------
(Height in Meters)^2

Body Mass Index and Body Shape
------------------------------

BMI Body-Shape
Less than 18.5 Underweight
18.5 to 24.9 Healthy
25 to 29.9 Overweight
30 and greater Obesity
40 and greater Severe Obesity

Pseudo Code:
------------
1. Prompt for weight in pounds
2. Prompt for Height in inches
3. Convert Pounds to Kilograms
4. Convert Height to Meters
5. Calculate Body Mass Index
6. Determine Body Shape
7. Display

#Java
#Programming
#BMICalculator
#NewCoder
#100DaysOfCode
#Learning
#CodingHelpLine
Рекомендации по теме
Комментарии
Автор

Please SUBSCRIBE to my channel to promote and encourage. Thanks.

CodingHelpLine