6. Variable AssignmentΒΆ
Assigning a variable is usually done in the following format
<variable>
=<expression>
The
<expression>
is calculated by the processor and modifies the value in the memory referenced by<variable>
.
You can assign values to the same variable several times.
In the previous example,
x
takes the last assigned value.
You have attempted of activities on this page