What will the following Java code output?
String text = "Java Programming"; System.out.println(text.indexOf("Pro"));
6
4
5
-1