猿问

哪个错了。自学的。所以请勿喷

#include <stdio.h>

int main()

{

int age=15;

int height=162;

float weight=82.5;

    isfat='y' ;

printf("年龄: %d 岁\n", age);

printf("身高: %d CM\n", height);

printf("体重: %f KG\n", weight);

printf("是否属于肥胖儿童: %c\n", isfat);

return 0;

}


慕粉1469339270
浏览 875回答 1
1回答

死神灭欲

char    isfat='y';
随时随地看视频慕课网APP
我要回答