
The string function program is just an application of the string manipulation functions in JAVA. The program is designed to count the number of one-letter word, two-letter word, and three-letter words and so on appearing in the text
Example: Input a line of text: Tis' the season to be jolly Output:
Word Length Occurences 1 0 2 2 3 1 4 1 5 1 6 1
Thankyou :)
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
