Syntaq :
/**
*
* @author mwpripanggalih
*/
public
class Bilangan110 {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
int i=1;
while (i<=10)
{
System.out.println(i);
i++;
}
}
}
Screenshot :
EmoticonEmoticon