sorsaqwq sorsaqwq 08-01-2022 Computers and Technology contestada What is wrong with each of the following code segments? int[] values; for (int i = 0; i < values.length; i++) { values[i] = i * i; }