This program asks for a text to be entered and will display the number of words and sentences that are there in the text.
The program determines the number of words by counting the number of spaces, i will edit this later so that it doesnt count double space as a word. The program finds the number of sentences by looking at the number of full stops or '.' in the text and displays it