consider the following method. public static int getvalue(int[] data, int j, int k) { return data[j] data[k]; } which of the following code segments, when appearing in another method in the same class as getvalue, will print the va