Hi! I'm trying to make a java method that takes a double array (3x3) and finds the average of the numbers around each value in the array then prints it out. I have no idea what kind of method I...