Hi,
I am Java begineer. can you any one please tell me how to print
the below result using loop.
1
010
00100
0001000
My logic:
for(int i=1;i<=3;i++)
{
for(j=1;j<=3;j+ +)
I am Java begineer. can you any one please tell me how to print
the below result using loop.
1
010
00100
0001000
My logic:
for(int i=1;i<=3;i++)
{
for(j=1;j<=3;j+ +)
Comment