Computer Science, asked by dinesh8721, 5 months ago

Give the output of the following: String n Computer knowledge String m "Computer Applications System.out.println{n.substring 0,8).concat(m.substring(9); system.out.println.endswith('e ))​

Answers

Answered by Anonymous
6

Answer:

Output of 1st one is

Computer Applications

You have not written 2nd statement completely

if 2nd one is

System.out.println( n.endswith( 'e');

then Output,

true

Similar questions