The three(3) elements to creating a loop are:
1) Having a variable set to a initial value
2) A 'condition' that checks the variable against ending value
3) An increment or modifier to the variable
Give a simple example of a 'while' loop that embodies these three(3) elements...
Idenity the three(3) Parts...