String s2=" JAMES"; s2.toLowerCase()
Answers
Answered by
2
After Execution:
s2 = " james"
Similar questions