About Lesson
While Symbol
The While symbol evaluates a boolean expression and, if true, executes the code block contained within it. It loops until the condition becomes false. It is useful when you don’t know beforehand how many times to execute the code block.
The symbol is a hexagon with a While label in it.
While Loop Structure
Â
Â