Create an interactive program that:
Question: Are there string methods that can help?
The same as project #1 except capitalize the first word in each sentence.
Note:
a. Make sure you are testing with a text file that has
(at least some)
un-capitalized sentences.
a. Also, sentences can span multiple lines or a line may
contain multiple sentences.
c. What to do with hyphenated words? Other special cases?
Capitalize each word except for the first letter which is lowercase.
Need some test file? Click HERE .