Variable is a placeholder for a value.
– Variable name is case-sensitive, for example Myname and
myname are different.
– Variable name can use only letters, number and
underscores, don’t use other punctuation.
– Variable name cannot start with a number.
– Variable name cannot be the same as reserved words.