What is Constants Statement
A constant is almost identical to a variable except that its value cannot be changed. To define one, you use the constants statement.
Use a constant when you need to include the same literal multiple times in a program. You can define a constant with the same value as the literal and use the constant in [...]
Popularity: 5% [?]