Saturday, September 13, 2014

how to make square cardinal number with C# language

  No comments
for making square cardinal number is not far different with making triangle, just for script litle bit different.
check this image down !
for (int j=0;j<=4;j++){}
 "for" is squence to make number 0 until 4.
"int" to declare variable, (e.g i,j,k)
"j++" is mean j+1

See full script

No comments :

Post a Comment