Imagine you are at grid[r][c] .
This is where students often trip up. Sometimes you need to process a specific row, and sometimes you need to process a specific column. 8.1.5 manipulating 2d arrays
In data analysis, you often need the sum of a specific row or column. Fix the row index r and loop through all c . Imagine you are at grid[r][c]