Concept Flow - LOOP, WHILE, FOR iterations
Start Loop
Check Condition?
No→Exit Loop
Yes
Execute Loop Body
Update Variables
↩Back to Check Condition
The loop starts, checks a condition, runs the body if true, updates variables, then repeats until the condition is false.