What Happens in a Declaration?
A variable is a name for a location in memory
When a variable is declared you instruct the compiler to reserve enough space for the type of variable you�re declaring
A variable can only store one value of its declared type