float convert_weight(float lbs); float convert_height(float feet, float inches); float calculate_bmi(float ht, float wt); int bmi_table(float bmi);