final int ROWS = 3;final int COLUMNS = 3;String[][] board = new String[ROWS][COLUMNS];
board[i][j] = "x";