Home / Expert Answers / Computer Science / write-a-c-program-for-simple-body-mass-index-calculation-for-example-to-calculate-a-bmi-value-pa451

(Solved): Write a C++ program for simple Body Mass Index calculation. For example: to calculate a BMI value, ...




Write a C++ program for simple Body Mass Index calculation. For example: to calculate a
BMI value, we just need the value of
Write a C++ program for simple Body Mass Index calculation. For example: to calculate a BMI value, we just need the value of a person's height (kg) and weight (m). After receiving the height and weight from the user, the program shows the BMI value. Formula: Body Mass Index = height/(weight)? Create a program that includes: i) Create a BodyMass Index class that includes the interface and the implementation of the class that have the following: Attributes: height and weight of any numerical type. Behaviours: . Constructor will initialise the value of height and weight to 0. . Destructor . Mutator - set the value of height and weight; given from user through parameters. calculateBMI () - calculate and return the BMI value. ii) Create a main calculator program that should accept height and weight values and then show the BMI value.


We have an Answer from Expert

View Expert Answer

Expert Answer


We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe