CrsvrBryan80711 CrsvrBryan80711 14-02-2024 Computers and Technology contestada What does the following code snippet do? int[] scores = {80, 92, 91, 68, 88}; int sum = 0; for (int i = 0; i < ; i ){ sum = scores[i]; } .println((double) sum / );