Write a program that accepts a String and capitalizes the first letter of each word that begins with a letter. A word
is a sequence of characters surrounded by whitespace. Use the methods of the Character class as much as you can, although you may have to go to the String class for a couple of them.