What does the 'i' terminal on a For Loop represent?
-
A
The current iteration index, starting at 0 and incrementing to N-1
-
B
The total number of iterations set before the loop starts
-
C
An input tunnel for passing data into the loop
-
D
The loop's internal timer value in milliseconds