The "while" loop is similar to an if statement: it executes the code inside of it if some condition is true. The key difference is that it will continue to execute indented code as long as the condition is true.

Print all squares from 0 to 99.