0

1********* 12******** 123******* 1234****** 12345***** 123456**** 1234567*** 12345678** 123456789*

please Help me for Java coding ..:::::::

13th Jul 2016, 4:01 PM
Aung Moe Hein
Aung Moe Hein - avatar
4 Answers
+ 2
class pattern { public static void main(String args[])throws IOException { for(int k=1;k<=9;k++) { for(int i=1;i<=k;i++) System.out.println(i); for(int j=9;j>=k;j--) System.out.println("*"); System.out.println(); } } }
14th Jul 2016, 7:12 AM
DEEPAK GUPTA
DEEPAK GUPTA - avatar
0
what do you mean
13th Jul 2016, 8:41 PM
Björn Sundin
0
how to write this cod? I can't writing.
14th Jul 2016, 4:41 AM
Aung Moe Hein
Aung Moe Hein - avatar
0
just open eclipse or netbean whatever you use just write it down
12th Nov 2016, 6:46 PM
Waqar Ali
Waqar Ali - avatar