blah blah blah is here! blah blah » Close

0
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!!

Feedback