Menu
×
×
Correct!
Exercise:Return the index (position) of the first occurrence of "e" in the following string:
String txt = "Hello Everybody";
System.out.println(txt.@(7)(@(3)));
String txt = "Hello Everybody";
System.out.println(txt.indexOf("e"));
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 59 exercises.
Are you sure you want to continue?