C
C#2mo ago
AyaMaya

✅ what is this error and how to fix it

thank you
No description
3 Replies
AyaMaya
AyaMayaOP2mo ago
its supposed to be input[y-1][x] = "X";
Pobiega
Pobiega2mo ago
strings are immutable in C# meaning you cant edit them, which is what this line of code is trying to do you'd need to turn your string into a char[] if you want to be able to do that
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?