Let\'s say I got this map that prints out:
00000 00000 00000
How do I change the element in [0][0] into an X?
In other words, how t
Considering Its an 2D Array of String Type...
2D Array
String
arr[0][0] = "X";