Question: please help me write [C++] BMI calculator BN=[height(m)]2weight(kg) Create a BMI calculator application that reads the user's weight in kilograms and then height in meters,
BN=[height(m)]2weight(kg) Create a BMI calculator application that reads the user's weight in kilograms and then height in meters, then caiculates and displays the user's body mass index. Aso, the application should ditplay the following information so the user can evaluate hisher BMI: BMI VALUES Underweight less than 18.5 Nomat: between 18.5 and 24.9 Overweight between 25 and 29.9 Obese: 30 or greater Example Assume the user is 64kg in weight and 1.6m in height, input as follows: 641.6 The program outputs the following: Your BUI =25 BMI VALUES Underweight: less than 18.5 Normol: between 18.5 and 24.9 Overneight: between 25 and 29.9 Obese: 30 or greater
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
