paulstanley2207 paulstanley2207 26-02-2020 Computers and Technology contestada What is the value of alpha[4] after the following code executes? int[] alpha = new int[5]; for (int j = 0; j < 5; j++) alpha[j] = 2 * j - 1; one three five seven