
Jim Valentine@f13dev
Ed Tech & Server Admin - Programmer- Father - Old camera and vintage tech enthusiast.
Margate, United Kingdom Jul 2009
Table of contentsIntroductionWhileDo whileForFor eachContinueBreakConclusionIntroduction Loops are used in programming to iterate over an item, either for a known or unknown amount of times, until a certain criteria has been reached. You have the choice of writing a single loop and specifying how it ends and writing the same code over and over again to […]