Along with conditions, one of the first things programmers learn to use are loops–programming constructs that allow repetition of an instruction set.  One type of loop that you’ll encounter on your programming journey is the “while” loop.  In this article, I’ll...