0
votes
votes
1 answers
Array problem in c#
I have this array: public string[,] computer = new string[10, 13]; and i want to put values in the array like this: computer[1, 1] = Console.ReadLine(); and it doesnt work for me! please help me!!
blah blah blah is here! blah blah » Close
I have this array: public string[,] computer = new string[10, 13]; and i want to put values in the array like this: computer[1, 1] = Console.ReadLine(); and it doesnt work for me! please help me!!