Rattley937 Rattley937 24-05-2023 Computers and Technology contestada what is the output after this code snippet runs? int[] scores = {80, 92, 91, 68, 88}; for(int i = 0; i < ; i ) { .println(scores[i] - 1); }