And constint I =10; ; Then I is a constant because I is immutable, but I is used to represent 10.
Defined as follows:
In the process of program execution, the quantity with constant value is called constant, and the quantity with changed value is called variable.