🔁 For Loop Execution — Step-by-Step Trace
for loop Loop Trace Step 0/8
📊 Loop Flowchart (tracing sum += i, i from 1 to 5)
🗂 Variable State
Loop Variable i
Accumulator sum
Condition i <= 5
Iteration History
💻 Code
HintClick Next Step ▶ to trace each phase of the for loop: Init → Condition Check → Body → Update.
0/8

Keyboard: Next   Prev   R Reset