Constructor builds the LLNode with the supplied parameter; it is followed by an empty list.
Week2: Main goal: calculate number of sentences/words/Syllables in a given text. What I did: The main practice is around String.Split method. How to get the correct substrings to calculate the ...