hi
Does any one have a coding example that resolve problems like:
1. a text file containing 5 paprgraphs not more than 100 words, the name of text file is "abstract.text"
2. write java code to determine how many of the paragraphs are below 90 words?
3. what is the average word length in all abstracts?
4. given a word, determine how many times this word is used in all the paragraphs.
this program should be extended further(inheritance)
to
given a paragraph e.g paragraph3, the program should list all the sentenses which have more than 10 words. these sentenes should appear one line and in aplhabetical order.
Does anyone of u have a java coding that resemble the requirements given above?
thank u.