Site hosted by Angelfire.com: Build your free website today!
 

For

for (int count =1 ; count <= 10; count++) {
    System.out.println (count);
}