Loop -
06-20-2015, 10:11 PM
If you are trying to have an object perform a specific action more than one time then you should try using a loop statement. when using a loop statement you will see that you can set a parameter to repeat a block of code as many times as you want. When it really gets interesting is when that loop is set under a condition, by combining a while statement and a loop statement you could have a programming perform more complex tasks.
|