Your job is to monitor the rainfall :cloud_rain: in a region that you've broken into a 3x4 grid. Every time a storm comes, if a cell in the grid gets rain, you record it. At the end of a month you have the following two arrays of data.
Build a 3x4 array representing the total accumulated rainfall in each cell of the grid.