MarcusPugh98571 MarcusPugh98571 14-12-2022 Physics contestada 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 value 70 ? responses int arr