Please enable JavaScript to use CodeHS

APCSP20: AAP-1.B.3

CodeHS Lessons

The value stored in a variable will be the most recent value assigned. For example: a ← 1 b ← a a ← 2 display(b) still displays 1.