I know a FOR loop is for definite loops when you know the starting value and ending value. It use step value (number use to alter a loop control variable on each past of the loop) in which the control value changes after the body executes. A for statement is never required for any loop; it is more efficient and less room for errors.
I can see the difference in writing out a for loop in pseudocode, but what is the difference when writing a for loop in flowchart form?
Dani