Write a program that accepts a String and capitalizes the first
(Not rated)
(Not rated)
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

- stringcapitalize.java