#include <stdio.h>int main(){? ? ? ? age = 15;? ? ? ? height = 162;? ? ? ? weight = 82.5;? ? ? ? isfat = 'y';? ? printf("年齡:%d 歲\n", int age = 15);? ? printf("身高:%d CM\n", int height =162);? ? printf("體重:%f KG\n",float weight =82.5);? ? printf("是否屬于肥胖兒童:%c\n",char isfat = 'y');?? ? /*%d,%f,%c此類符號(hào)在后面會(huì)有講解*/? ? return 0; ? ?}
- 3 回答
- 0 關(guān)注
- 1404 瀏覽
添加回答
舉報(bào)
0/150
提交
取消