Imagine that the user provides a grid as two dimensional list of integers. For each item in the grid, check if the number directly
to its right, 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. |