Identify the output of the following program.
String str = "Hellow";
System.out.println(str.indexOf('t));

Posted on by