Changes

Jump to navigation Jump to search
1 byte removed ,  04:06, 26 March 2015
Line 48: Line 48:  
while(myInt < 10){
 
while(myInt < 10){
 
System.out.println("Hello");
 
System.out.println("Hello");
myInt = myInt + 1;
+
myInt = myInt++;
 
}</source>
 
}</source>
 +
 
=== For ===
 
=== For ===
 
<source lang="java">
 
<source lang="java">

Navigation menu