Saturday, September 13, 2014

make triangle with visual studio 2013 C# language

  No comments
how are you there ?
i hope you all are fine like me here !
ok, now i'll try to explain how to make triangle with C#.
triangle look like this pict.
that pict use some "for" script like this one

for (int i=0; i<=15; i++){}
int is script to declare your script item, i is your item.
0 is your count start from 0,
15 is the end of your count.
i++ is mean i+1, if i=0 it so + 1, and adjust until <=15.

Full Script download 


No comments :

Post a Comment