For loop ( java )

From MyWiki
Jump to: navigation, search
for(int i=1; i<11; i++){
              System.out.println("Count is: " + i);