The while keyword can be used to run a loop while a condition is true.
while
Let's write the infamous FizzBuzz using a while loop.