Write the output of the following statements
String s =
s = "Computer Applications":
System.out.println(s.lastIndexOf('i'));
System.out.println(s.length());
Answers
Answered by
0
Answer:
Computer Applications
Similar questions