1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-10 00:36:48 +02:00
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);
//Increment the counter
//Iterated 99 times, fooWhile 0->99
//Iterated 100 times, fooWhile 0,1,2...99
fooWhile++;
}
System.out.println("fooWhile Value: " + fooWhile);