Variables & Constants
They represent data objects that can be manipulated during program execution
A constant (cnt) has a fixed value
A variable (vrbl) can change (vary) during execution
the value of the variable stored on a specific location on RAM. To change the value of the variable the value stored at that location is replaced.