What is the output of the following println statement?
String str1 = "Hellow";System.out.println(str1.indexOf('t'));
String str1 = "Hellow";System.out.println(str1.indexOf('t'));What is the output of the following println statement?
String str1 = "Hellow";System.out.println(str1.indexOf('t')); Correct Answer -1
মোঃ আরিফুল ইসলাম
Feb 20, 2025