常量和符号常量(P37) 口在程序运行过程中,其值不能改变的量称为常量( Constant) 口常量可为任意数据类型 口字面常量(直接常量) 整型:12、0、-3 实型:4.6、-1.23 字符型:’a、’d 字符串常量:”Helo"、” Good morning!"◼ 常量和符号常量(P37) 在程序运行过程中,其值不能改变的量称为常量(Constant) 常量可为任意数据类型 字面常量(直接常量) • 整型: 12、0、-3 • 实型: 4.6、-1.23 • 字符型:’a’、’d’ • 字符串常量:”Hello”、”Good Morning!