1.

What will be the output of the program?String a = "ABCD";String b = a.toLowerCase();b,replace('a','d')b.replace('b','c');System.out.println(b):​

Answer»

ANSWER:

COMPILED error:

unexpected token(' , ') at line 3.

Nice CODE..! Mark me as BRAINLIEST..!



Discussion

No Comment Found

Related InterviewSolutions