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