Prefix const before declaration of your variable is making sure you will not change (assign) it to the different value later in your program.
Prefix const before declaration of your variable is making sure you will not change (assign) it to the different value later in your program.