Given the following declaration, where is the value 77 stored in the scores array? int scores[] = {83, 62, 77, 97, 86}
scores[0]
O
scores[1]
scores[2]
scores[3]​