While looop
While looop
Things to note
# the starting position
# the termination condition
# increment the loop
Example
Print variable as long as it is less than 5
Remember to
increment i, or else
the loop will continue
E.g.
The continue condition
Also a way of stopping the current iteration
from being executed even if the
termination condition is not yet met.