Assignment Details

Classwork #1

Academic Year 2018/19

1s Period Robotics Tue/Thur

Date Due

Jan. 29, 2019

Additional Info
BMI =         (WeightInPounds *703)             
              HeightInInches * heightInInches.
Or
BMI =               (WeightInKilograms *703)        
                HeightInMeters * heightInMeters.

Create a BMI Calculator application that reads the user's weight in pounds and height in inches(or if you prefer, the user's weight in Kilograms and height in meters), then calculates and displays the user's body mass index. Also, the application should display the following information from the Department of Health and Human Services/National Institute of Health so the user can Evaluate his/her BMI:

BMI Values
Under Weight: Less than 18.5
Normal: between 18.5 and 24.5
Overweight: between 25 and 29.9
Obese: 30 or greater