Given an integer N which is the number of lines to be printed. Make a program which returns a pyramid in the same format of the Example Output
3
* ** ***
5
* ** *** **** *****
6
* ** *** **** ***** ******