Write a c++ program which inputs a person height


Write a c++ program which inputs a person's height(in centimeters) and weight(in kilograms),calculates the Body/mass index(BMI)and returns one the following messages:underweight,normal,or overweight, using the following criteria:
Underweight:weightNormal:height/2.5<=weight<=height/2.3
Overweight:height/2.3

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a c++ program which inputs a person height
Reference No:- TGS0118669

Expected delivery within 24 Hours