不知道怎么运用if函数
if 属于 判断类语句,比如 if(GirlsHight>=165 && GirlsHight<=170){
printf(“女生黄金身高”);
} 如若表达式成立,即身高大于等于165,小于170属于黄金比例身高 .
Hope that Help