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 when we need to do a task many times, loops help us repeat it easily instead of writing the same code again and again.