java - By using a loop construct, how to generate following output? -




how coding output? enter image description here far did this....(new it)...

for (int i=0; i<7; i++)         {             (int j=7; j>i; j--)             {                     system.out.print(i);             }             system.out.println("");       }      } } 





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -