Imagine that the user provides a grid as two dimensional list of integers. For each item in the grid, check if the number directly
beneath it on the next row, when summed with the item, sums to 10; if so, your code should return true and false
otherwise.
Please do not use any Java code or libraries that we have not covered in class; this defeats the purpose of the
assessment. |