Jake Prather 2014-01-30 12:36:19 -06:00
parent 0b2a283db4
commit 1e0d5abeba

View File

@ -191,7 +191,7 @@ public class LearnJava {
{ {
//System.out.println(fooWhile); //System.out.println(fooWhile);
//Increment the counter //Increment the counter
//Iterated 99 times, fooWhile 0->99 //Iterated 100 times, fooWhile 0,1,2...99
fooWhile++; fooWhile++;
} }
System.out.println("fooWhile Value: " + fooWhile); System.out.println("fooWhile Value: " + fooWhile);