I'm trying to capitalize the first Letter of word at the beginning of a sentence. So far, even though my code compiles, it won't run demonstrating what I want it to do.
I have an if else statement that tests if the character of a word is actually a letter, and if said letter is lower case, to switch to
uppercase.
I also have another if else statement for finding and converting lower case after a period.
Any ideas?