English, asked by sweety1729, 7 months ago

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):​

Answers

Answered by sujeetgund
0

Answer:

compiled error:

unexpected token(' , ') at line 3.

Nice code..! Mark me as brainliest..!

Similar questions