The block of statements will be executed while the condition returns true. The number of times the statements will be executed can be unknown.
A While loop can be left immediately with the Exit While statement.
While //(condition)// Do //(statements)//
Do //(statements)// While //(condition)//