$25
Write a C program that performs the task described below.
1 Task
Ask user to give his/her weight (in kg) and height (in meter) using console. Then compute the user’s BMI (Body mask index) using the equation (Eq 1) below and print that value. In addition, show the category of the user’s BMI using following rule. BMI = weight(kg)/height(m)2 Rule: