Solve the following
String s=”good”;
String s1=”world/manners”;
String st=s1.substring(5).replace(„t‟,‟n‟);
System.out.println(“String after replacing-> “+st);
String str1=s.concat(st);
System.out.println(“String after concatenation> “+str1);
Show steps also
Answers
Answered by
1
would plz . tell me what to do in it ..
Answered by
0
Answer:
Explanation:
olve the following
String s=”good”;
String s1=”world/manners”;
String st=s1.substring(5).replace(„t‟,‟n‟);
System.out.println(“String after replacing-> “+st);
String str1=s.concat(st);
System.out.println(“String after concatenation> “+str1);
Show steps also
I Dont known this Answer Please Add Me In Brainiest
Similar questions
English,
2 months ago
Social Sciences,
2 months ago
Chemistry,
2 months ago
English,
9 months ago
Geography,
9 months ago