Course Description
The while statement executes a statement or a block of statements while a specified Boolean expression evaluates to true . Because that expression is evaluated before each execution of the loop, a while loop executes zero or more times .