符号常量
符号常量● 使用修饰符const● 使用enum关键词定义一组整数常量如果只使用const修饰符,变量将自动转为int整型。比如:const size = 10;意为const int size =