Matrix C#

Hi,

How can I use a matrix in C

I need something like

test[0][0]="brazil";
test[0][1]="france";

string Country=test[0][0];

Thanks




Answer this question

Matrix C#