#ifndef BMI_H #define BMI_H float calcBMI(float height, float weight); const char* retResult(float points); #endif //BMI_H