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