Write a program to convert a given string into sentence case.
Ex:
Input:
1. Hello, let's Know about the Sentence case like In MS-WORD.
2. learning by doing. what you say !
Output:
1. Hello, lets know the sentence case like in ms-word.
2. Learning by doing. What you say !