You have already completed these exercises!
Do you want to take them again?
You completed the C# Arrays Exercises from W3Schools.com
Share on:
Drag and drop the correct code to access the first element of the array.
string[] cars = {"Volvo", "BMW", "Ford", "Mazda"};Console.WriteLine( );