This is my code: https://gyazo.com/8bf55245851665b91d482859b6413a75
I want to replace the first letter of the first word with the first letter of the second word but the replace tool won't work?
This is my code: https://gyazo.com/8bf55245851665b91d482859b6413a75
I want to replace the first letter of the first word with the first letter of the second word but the replace tool won't work?
In your code there is no String sc That you have used in the line for replacing the character. Use this line instead;
I am referring to line 27 of your code.
And you don't require those for loops there.
Thank You.