Hi,
I am new to programming and have just started learning C and C#. I am trying to print the following pattern using for loop in C#
1
23
456
78910
and so on...
I have tried everything but its not giving the desired output. Can anyone help me with this?