Let's look at a few ways of incrementing a number by 1.

Exactly! We just used the + sign to add 1 to myYear. We then reassigned myYear to itself and printed it out.

Oh noes! That sign wouldn't be much help here. What we want to do is reassign the new value to myYear.