Problem:
Question 1: Write a method that takes two arrays as parameters. The method should swap all of the values in both arrays. Assume that the arrays will be the same size.
Question 2: Write a method that prints all the values in a 2-dim array (using a loop) that it receives as a parameter.
Please show your all work.