Computer Science, asked by apdmegha2005, 4 months ago

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 dattarajshinde44
1

Answer:

-32

false

3

3

Similar questions