The ++ shortcut comes in handy when writing loops.

Nice work! We used i++ to add a 1 to the counter variable to make sure that the while loop eventually stops.

We'll need to create the variable outside of the loop and add 1 to it by using i++ inside the loop.