Computer Science, asked by shihabtx, 10 months ago

What output is produced by the following code fragment? String m1, m2, m3; m1 = "Quest for the Holy Grail"; m2 = m1.toLowerCase(); m3 = m1 + " " + m2; System.out.println (m3.replace('h', 'z'));

Answers

Answered by Themankp9
0

Answer:

"Quest for the Holy Grail quest for the zoly grail"

Explanation:

your a D U M B A S S i'm a 13 year old and i understand Java without knowing it

Similar questions