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