how to uppercase the first letter of a string in java
By Antonia Grimes at Nov 23 2020
1. Write a program in Java to accept a string in lowercase and change the first letter of every word to uppercase. Display the new string.
By Ted Langosh at Feb 10 2021