定义一个变量:类型 变量名=值;code
int a =0; // 变量,能够在赋值
定义一个常量 const 常量类型 常量名称 = 值blog
const int LENTHER = 521 // 定义一个常量