Skip to content
amit10may edited this page Apr 27, 2012 · 2 revisions

this is a piece of code
String str = "Amit"; for(int i=0; i< 10; i++){ System.out.println(i); }

Clone this wiki locally