LPTHW - Exercise 4: Variables Names
LPTHW - Exercise 4
First introduction to variables here. Variable has a very dry and precise definition in Computer Science:
In computer programming, a variable or scalar is a storage location paired with an associated symbolic name (an identifier), which contains some known or unknown quantity of information referred to as a value.
Don't let that put you off though. A variable can be thought of simply as a thing with a name that stores some information.