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