Menu
×
×
Correct!
Exercise: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!Next ❯ |
This will reset the score of ALL 46 exercises.
Are you sure you want to continue?