mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
parent
0b2a283db4
commit
1e0d5abeba
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user