Question: Using C Programming and #include Question a. Create get_weight, get_height functions that each respectively will accept the user's weight and height. (4 marks) b. Calculate

Using C Programming and #include
Question a. Create get_weight, get_height functions that each respectively will accept the user's weight and height. (4 marks) b. Calculate a user's Body Mass Index (BMI) value based on Table 1.0 using a separate calculate BMI module for this purpose. (9 marks) BMI Formula BMI Values Underweight : less than 18.5 weightInPounds*703 Normal: between 18.5 and 24.9 heightlnlnches x heightInlnches Overweight: between 25 and 29.9 Obese : 30 or greater Table 1.0 BMI formula and range values C. The program displays suitable messages using a result module for the correct outputs or errors. (2 marks)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
