About Lesson
For Symbol
The For symbol is a repetition structure used to execute a block multiple times. It is useful when you know beforehand how many times to repeat the code block.
The shape is a regular hexagon with the label For as shown below:
For Loop Structure
The for loop structure looks like the below once you add to the flowchart.
Â
Â
Â