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