Computer Science, asked by sabucyril667, 8 months ago

Find the output.

System.out.println("Excellent".substring(4,7)); System.out.println("Java".indexOf('a',2);​

Answers

Answered by imtiyazallam
0

Answer:

Output of these code is:

lle

3

Similar questions