WAP to print the below inverted Pyramid,If N is given, where N is the height of the pyramid.
If N=5, the output should be the below pyramid
* * * * * * * * *
* * * * * * *
* * * * *
* * *
*
Published By : Suraj Ghimire
WAP to print the below inverted Pyramid,If N is given, where N is the height of the pyramid.
If N=5, the output should be the below pyramid
* * * * * * * * *
* * * * * * *
* * * * *
* * *
*