Sunday, March 30, 2014

To print pattern of numbers

Lets learn more about printing of pattern of numbers. In this page I have written the program to print the pattern of numbers.
The pattern would be like this:
       1
     123
    12345
  1234567
To get more idea have a look for the source code and the output below:
The source code of the above output is:



No comments:

Post a Comment