ansh5143 ansh5143 20-12-2022 Computers and Technology contestada 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]