Friday, October 28, 2011

Example flowchart for FOR loop

Example flowchart for FOR loop:


This is the same as:


FOR (A = 1 TO 5)
    DO statements;
ENDFOR;

No comments:

Post a Comment