The for loop is really nothing new, it is simply a new way to describe
the while loop. Examine the next program [FORLOOP.C] for an
example of a program with a for loop; the loop consists of the reserved
word for followed by a rather large expression in parentheses.