Saved Bookmarks
| 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» COMPILED error:unexpected token(' , ') at line 3. Nice CODE..! Mark me as BRAINLIEST..! |
|