Question 60
String Str=new String("BCS open-self exam final ");
System.out.println(Str.indexOf('a'));
Output: 16
A True
B False
Choose correct option
Unattempted question(s)
Answers
Answered by
0
I thought the answer is true
Similar questions