If you want to add or subtract a value other than 1, there's another shorthand for that.

Nice! We can also use '+=', *=, and /= operators for addition, multiplication, and division assignments.

Whoops! Maybe we need a symbol that also assigns the value back to myYear?