BMI calculator with function pointers

后端 未结 0 384
旧巷少年郎
旧巷少年郎 2021-01-20 10:01
#include 
float bmindex(int *weight,float *height){
    float *bmi;

    //BMI = (mass or weight)/(height*height         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题