Give this loop an end by incrementing the number variable inside of it.

Nice! The loop stops when number isn't less than 4 anymore. 

Increment the number variable by coding number++;.