Wednesday, 9 December 2009

types of loops, types of variables

Fixed Loop - does it a set number of times EVERYTIME

Conditional Loop - runs until a condition is met for instance user entering Q

Nested loop - Loop inside another loop

Global Variable - can be used inside any procedure/module (at the airport!)
Local Variable - can only be used inside a procedure, not outwith

No comments:

Post a Comment