C Program To Calculate BMI and BMI Category
Satish B
http://technotip.com/7218/c-program-to-calculate-bmi-and-bmi-category/
The Body Mass Index (BMI) is defined as ratio of the weight of a person(in kilograms) to the square of the height(in meters). Write a C program that receives weight and height, calculates the BMI, and reports the BMI category as per the following table:
BMI Category || BMI Starvation || less than 15 Anorexic || 15.1 to 17.5 Underweight || 17.6 to 18.5 Ideal || 18.6 to 24.9 Overweight || 25 to 25.9 Obese || 30 to 30.9 Morbidly Obese || greater than or equal to 40
C Programming Interview / Viva Q&A List http://technotip.com/6378/c-programming-interview-viva-qa-list/
C Programming: Beginner To Advance To Expert http://technotip.com/6086/c-programming-beginner-to-advance-to-expert/ ... https://www.youtube.com/watch?v=Lz_o-l5vNwA
10762517 Bytes