The while Loop

The “while” loop is designed to repeat a set of commands as long as a test condition is true.


while Loop Examples