Variables
Variables can store and manipulate data in a programming language. Data values can be assigned to a variable by using the assignment operator
which is the equal sign
(=). Once a value is assigned to the variable, it corresponds to that value unless it is reassigned. Let's see some code examples below.