Suppose there is a two-dimensional array of 5x5. We take the central element [3,3] and in each element surrounding it (ie [2,2] [2,3] ... [4,4]) we change the value. We do the same thing in these elements, the value in which we have changed, etc. How can we prevent this array from going beyond the bounds of the array?