7
Answers

Define size of 2 dimensional array by parameter

Photo of diamond diamond

diamond diamond

11y
1.2k
1
Hi all,

I want to define some this:

int m=5;

int [,] matrix=new int[4,m];

Is it possible?

Answers (7)