Write a program that read a line of text & display in lower case.

Intput :- 
Enter line of text : LITON
Output :- 
In lower case : liton
Intput :- 
Enter line of text : SAMARUK
Output :- 
In lower case : samaruk
Intput :- 
Enter line of text : Book
Output :- 
In lower case : book