Computer Science, asked by mamatha26041988, 5 hours ago

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 Snehakrishnan1972
0

Answer:

Computer Applications

Similar questions