Given an integer N which is the number of lines to be printed. Make a program that prints a triangle in the same format of the Example Output
In the first line only 1 integer N
3
*** ** *
5
***** **** *** ** *
6
****** ***** **** *** ** *
Test your solution here
when it passes, copy it and submit it here so your coach can grade it.