My professor wants the following:
1. Write a program to correct a text including several paragraphs
a. The first line in each paragraph must be indented
b. The first character in every sentence must be capitalized, paragraphs will be indented with "CRLF" code
c. Initial text and output must be displayed in two different textboxes
d. Your program must include "word count" function
e. Your program must be able to correct a variable number of paragraphs
I don't even know where to start with this, I have one multiline textbox with a couple paragraphs in it, and under a button i have to do all of the things he asks to another textbx. Any help at all would be great.