Thread
:
c# code for a pattern
View Single Post
naziasarguru
Newbie Member
3Jan2012,18:55
somebody help me out with the c# program code which prints the following output:
1
0 1
1 0 1
0 1 0 1
where the height of the triangle is taken as command line argument.