Loops
Running same code over and over again is possible using a loop. Loop can have a fix number of repetitions or can be executed until a specific condition is met.
Check for a condition can be performed in the beginning of a loop or after a loop execution is performed.
Comments
Post a Comment