Menu
×
×
Correct!
Exercise:Use the correct method to output the value of the
string txt = "Hello World";
Console.WriteLine(txt.ToUpper());
Not CorrectClick here to try again. Correct!Next ❯string txt = "Hello World"; Console.WriteLine(txt.); |