. Write Java Code to input a complete paragraph, as an input. Further, read a single character/letter. Finally, you are required to [Marks = 02]
(a) - Count the number of Words in the paragraph starts with the letter taken as input from the user.
(b)- Display the total number of words in the paragraph
Implement all this scenario using OOP Concepts of Java. Your code should also take care of the exceptions that can occur while dealing with Strings.