Menu
×
×
Correct!
Exercise:Use the correct method to print the length of the
String txt = "Hello";
System.out.println(txt.length());
Not CorrectClick here to try again. Correct!Next ❯String txt = "Hello"; System.out.println(. ); |