Concept Flow - Why loops are needed
Start
Need to repeat tasks?
No→Do task once
Yes
Use loop to repeat
Task done multiple times
End
This flow shows deciding if a task needs repeating and using a loop to do it multiple times instead of writing code repeatedly.