###
变量名,
1,只能是数字,字母,下划线,
2,大小写敏感,
3,不能是关键字,
数据类型
char
int
float
double,
int a --这就是声明变量,
if,for,which,Switch,