while loop : syntax
“condition” is a logical expression that evaluates to true or false. It could be a relational or Boolean expression.
“statement” could a single statement or more than one statement bounded by { }. It is often referred to as the body of the loop.