×
×
Correct!
Use the correct function to print the length of the
string txt = "Hello";
cout << @(3).@(8);
string txt = "Hello";
cout << txt.length();
string txt = "Hello";
cout << txt.size();
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?