Question: answer needed urgent urgent pls a) Create a program to calculate the Body-Mass-Index (BMI). The equation to calculate BMI is given as follows: weight BMI

a) Create a program to calculate the Body-Mass-Index (BMI). The equation to calculate BMI is given as follows: weight BMI heightz (*9 m2) . In your program User's input: name, age, weight and height. (8 marks) Beside main() function, create a function namely bmi calculation() to calculate the BMI. The input for this function would be weight and height, whereas the output of this function will be the calculated BMI of one decimal place. (22 marks) In the main() function after calling the bmi calculation() function, write down the codes to classify calculated BMI as follows: BMI
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
