Transcription: Like a FOR loop, a WHILE loop checks the condition before executing the body of the loop. The parentheses in the WHILE statement contain only the condition expression. All variables in that expression must be initialized before the WHILE statement. And at least one variable should change in value before the condition is checked again.