Computer Science, asked by harshavardhan4184, 7 months ago

Write the output :

String s=”Examination”;

int n=s.length( );

System.out.println( s.startsWith(s.substring(5,n));

System.out.println( s.charAt(2) = = s.charAt(6));​

Answers

Answered by 11a31JoanneTom
1

Answer:

false

true

This is the output

Similar questions