Concept Flow - Why loops are needed
Start
Need to repeat tasks?
No→Do task once
Yes
Use loop to repeat
Perform task multiple times
End
This flow shows that loops help us repeat tasks multiple times automatically instead of writing the same code again and again.