Martes, Pebrero 7, 2012

basic 19: counting by 3 /x3

package basic;




public class Basic {
    public static void main(String[] args) {
       for( int ctr = 2 ; ctr <=100; ctr+=3)
            System.out.println(ctr);
        
        
        
    }
}

Walang komento:

Mag-post ng isang Komento