Write program to accept the string and convert each word first character upper.
Answers
Answered by
1
Write a Java program to convert the first character uppercase in a sentence and if apart from the first character if any other character is in Uppercase then convert into Lowercase.
Similar questions