×
×
Correct!
Print the value of the second element in the
@(6) @(4)[4] = {"Volvo", "BMW", "Ford", "Mazda"};
cout << @(7);
string cars[4] = {"Volvo", "BMW", "Ford", "Mazda"};
cout << cars[1];
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?