soal
1234
123
12
1
buat source codenya!!
___________________________________________________________________
class tgsdaspro1
public static void main(String args[])
{
int a,b;
for(a=4;a>=1;a--)
{
for (b=1;b<=a;b++)
System.out.print (b) ;
System.out.println ( );
}
}
}

Tidak ada komentar:
Posting Komentar