2
Answers

To Print Numbers in Triangle Format in C#

sarfaraz ali

sarfaraz ali

9y
891
1

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

Answers (2)