Write a program that accepts a String and capitalizes the first

profileTopsolutions
 (Not rated)
 (Not rated)
Chat

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.

    • 12 years ago
    complete solution
    NOT RATED

    Purchase the answer to view it

    blurred-text
    • attachment
      stringcapitalize.java