Nih mas broo Langsung aja.....
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package BilGenap;
/**
*
* @author acer
*/
public class bilGenapWhile {
public static void main(String[]args){
int i=1;
while(i<=20){
System.out.println(""+i);
i++;
}
}
}
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package BilGenap;
/**
*
* @author acer
*/
public class bilGenapWhile {
public static void main(String[]args){
int i=1;
while(i<=20){
System.out.println(""+i);
i++;
}
}
}
0 komentar:
Posting Komentar