Ensure you are setting the value back to the array ( grid[r][c] = ... ) rather than just calculating it. 6. Pro-Tips for Success
grid[1][1] = 99; // changes center element to 99
grid[1][1] = 99; // changes center element to 99 Codehs 8.1.5 Manipulating 2d Arrays