Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started