e) Given String a = "A", b = "a", c="malayalam”; What is the output?
(i)
(ii)
System.out.println (a.compareTo(b));
System.out.println (a.equals(b)):
System.out.println (c.indexOf('a'.2));
System.out.println (c.indexOf('a',3));
Please help fast emergency....
please don't spam
please please
Answers
Answered by
1
Answer:
-32
false
3
3
Similar questions