To increase the account for each year, we'll need a loop. Start by coding a counter variable set to 1, for the first year.
counter
1
Make sure to type counter = 1.
counter = 1