VAVIJAIVAVI198GO VAVIJAIVAVI198GO Computers and Technology Answered Which of the following code performs a multiplication by 5 of the elements of the array defined as: int[][] vals = new int[50][100]; Presume that the array has been properly initialized and filled with values.