Understanding Variables
A variable declaration is a statement in a computer programming language that specifies a variable's name and type, but does not assign it a value. The declaration tells the compiler that the variable exists in the program and where it is located. It also allows the program to reserve memory for storing the variable's values