Menu
×
×
Correct!
Exercise:Use the correct property to print the length of the
string txt = "Hello";
Console.WriteLine(@(3).@(6));
string txt = "Hello";
Console.WriteLine(txt.Length);
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?