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

elasticsearch - what is the equivalent data type for geo_point in hibernate search? -

firebase - How to wait value in Ionic 2 -

Jenkins: find build number for git commit -