Menu
×
×
Correct!
Exercise:Use the correct property to print the length of the
string txt = "Hello";
Console.WriteLine(txt.Length);
Not CorrectClick here to try again. Correct!Next ❯string txt = "Hello"; Console.WriteLine(. ); |