Archive for September, 2008

Flow Control and Iteration

Monday, September 29th, 2008

Image Source:theopensourcery.com Flow control and iteration are two useful features in most programming languages. Without them, programs would be linear.Flow control means exactly what it sounds like. Control the flow. When using flow control, you are regulating the ...