Assignment Details

Class work #1

Academic Year 2017/18

Advanced Computers 4th Period Tue/Thu

Date Due

March 8, 2018

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