While Loop
As long as the condition is true, the statements will always
be repeated.
while is the best choice to perform repetition when it does
not know how many times it should be repeated (but do
know what the condition that should make the repetition to
stop)