I want to capitalize the first letter of all words in a sentence EJ:
Hello World
And the expected response is:
Hello World
I'm using java and I haven't managed to generate a method that can do it.
I want to capitalize the first letter of all words in a sentence EJ:
Hello World
And the expected response is:
Hello World
I'm using java and I haven't managed to generate a method that can do it.
1 Answers