while statement (cont.)
nThe component statement is
called the body.
nExecuting the body should
have the
potential of changing the value of the condition.
nIt
is possible that the condition of a “while” statement will remain true no matter now
many time the body is executed.
This is an “infinite loop.”