blah blah blah is here! blah blah » Close

1
votes
1 answers

Multidimensionel Arrays in C#

Heya all I got a queestion about declaring a multidimensional array and how to assign values in it. I've being searching the net for some time and i just cant seem to find it. Anyways here it goes: [code]int[,] kml = new int[3,3]; ...

Feedback