So you want the user to pick a row and column to put their own character? I'd probably read in values for user row and user column characters, I don't know that I'd set up an array for just one space in the grid. Then check for that user row and column position within the inner for loop.