[Home] [By Thread] [By Date] [Recent Entries]
Hi,
I am looking for simple for() which will iterate through first 100
numbers. how can i do that.
for(int i=0;i<=100;i++){
System.out.println("each value"+i);
}
|
[Home] [By Thread] [By Date] [Recent Entries]
Hi,
I am looking for simple for() which will iterate through first 100
numbers. how can i do that.
for(int i=0;i<=100;i++){
System.out.println("each value"+i);
}
|