0
Const name
Why the const is called var instead a most meaninful name?
3 Respostas
+ 1
hi Eloy,
'var' is only an example. you can choose any name you like:
const int number_of_legs_for_a_dog = 4;
0
you can name it any the value of constant is fixed not the const name
0
it's confusing if you use "var" because is not variable