Question: Body Mass Index ( BMI ) calculation - write a program that takes users' input ( weight and Height ) and calculates the BMI. If

Body Mass Index (BMI) calculation - write a program that takes users' input (weight and Height) and calculates the BMI. If the result is less than 18.5 display "you are underweight", if the result is greater than 18.5 display "you have a normal weight", if the result is greater than 24.9 display "your weight is considered overweight", and the result is greater than 30 display "your weight is considered as obese" (BMI =703\times weight (lbs)/[height (in)]2)
Convert the BMI program to Object Oriented (have two files main class file and BMI class file)
Write a program that prompts the user to enter a year and displays the animal for the year.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!