What does counter++ do?
counter++
counter
It increases counter by one each time the loop runs its code block.