{
public static void main(String angka[])
{
int b=Integer.parseInt(angka[0]);
int i;
System.out.println("sebelum do");
for( i=b; i>=10; i--)
{
System.out.println("nilai b : "+i);
}
System.out.println("setelah do");
}
}
Welcome to My Blog, Hopelly Useful
Designed with the special support by Maiahost and their Ultra-Fast Semi-Dedicated Servers
0 comments:
Post a Comment