D.Write the output of the following program segment :
Public static void output() {
String n = "Computer Knowledge";
String m = "Computer Applications";
System.out.print(n.substring(0,8).concat(m.substring(9)});
System.out.print(n.endsWith('e'));
Answers
Answered by
3
Answer:
who are you the answer mark me brain and
Similar questions