I Have Facing problem to print number in triangle format in C# this is just like a print Star (*) in triangle
|1 \
|2 6 \
|3 7 10 \
|4 8 11 13 \
|5 9 12 14 15 \
-------------------
please suggest me how can i resolve this problem
thanks