public class coba {
public static void main(String[]args)
{
int x = 0;
do
{
System.out.print(x);
x++;
}while (x>10);
}
}
Monday, 25 November 2013
Contoh Program do...while
Subscribe to:
Post Comments (Atom)
0 Komentar:
Post a Comment