The calculation 5 + 2
on the right of
the equal sign is done,
resulting in a 7.
Recall again:
A LET
Statement:
Whatever was in the variable before is completely replaced with what was calculated in step 2.
Now the computer has a 7 as a result of the calculation.
What is the FINAL step as the
LET
statement executes?
' Example LET statement LET NUMBER = 5 + 2 PRINT NUMBER END