Monday, 9 May 2011

project THREE

while loop() {

(i researched what a loop really was, and found that it controls a sequence of repetitions) ;

("while structure" executes a series of statements continuously while the specified expression is true) ;

(the code inside the while loop will not finish until the expression inside the while becomes false) ;

}

No comments:

Post a Comment