×
×
Correct!
Change the value of the first element to 33:
int myNumbers[] = {25, 50, 75, 100};
@(12) @(1) @(2);
int myNumbers[] = {25, 50, 75, 100};
myNumbers[0] = 33;
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 39 exercises.
Are you sure you want to continue?