Computer Science, asked by vandanapriya665, 4 months ago

state the output of the following program segment. string s = "Examination"; System.out.println(s.startsWith (s.substring(5,n)); System.out.println (s.charAt(2)==s.charAt(6));​

Answers

Answered by adityasharma09
3

the answer of 1st Sopln statement is FALSE

and the second is TRUE.

Similar questions