Menu
×
×
Correct!
Exercise:Access the first character (H) in
string myString = "Hello";
Console.WriteLine(@(11));
string myString = "Hello";
Console.WriteLine(myString[0]);
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?