char int age=15; char int height=162; char int weight=82.5; char int isfat='y'; 哪里错了呢??
数字就用int赋值,符号或者英文用char,int跟char不能同时用来赋值