Find the output:-
System.out.print("go go golmal".replace("go","yo"));
System.out.print("\t" length());
Answers
Answered by
1
Answer:
yo yo golmal
length()
Explanation:
Similar questions