Computer Science, asked by kaifali75, 5 hours ago

What is the output (Assuming written inside main) [5]

String s1 = new String("amit");

System.out.println(s1.replace('m','r'));

System.out.println(s1);

String s3="arit";

String s4="arit";

String s2 = s1.replace('m','r');

System.out.println(s2==s3);

System.out.println(s3==s4);​

Answers

Answered by bookkid
4

Answer:

the amount that a person or machine produces

OR

the information that a computer produces

Explanation:

hope it helps

please mark me as brainliast

Answered by Adimali
0

True

True.

These will be the outputs

Similar questions