public class Main{
public static void main (String ... s){
String str;
int i;
str = "Foolish boy.";
i = str.indexOf ("fool");
System.out.println (i);
}
}
What is the o/p .......?
Download the Study24x7 App, so you can connect and collaborate.