Variables are temporary storage location or a way for a program to store and memorize something.
Variables can be declared and then set, but declaring is optional. You name them, but you should give them a name that's meaningful or else when you look at your program in a few months you might not know what it means.
Some variables I commonly use. |