编辑代码

public class Str6{
	public static void main(String args[]){
		String str = "good morning";
		System.out.println(str.indexOf("orn"));
	}
}