 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
• |
The
value of a variable can be set or changed
|
|
|
|
through
an assignment statement,
|
|
|
e.g., lastName = “Lincoln”;
|
|
|
• |
AssignmentStatement
|
|
|
|
Variable = Expression;
|
|
|
• |
An
expression is an arrangement of identifiers,
|
|
|
literals,
and operators that can be evaluated to
|
|
|
|
compute
a value of a given type.
|
|