Write a program that compares two strings.

Intput :- 
Enter first line of text : Liton
Enter second line of text : Samaruk
Output :- 
Comparing the two string : -7
Intput :- 
Enter first line of text : Samaruk
Enter second line of text : Liton
Output :- 
Comparing the two string : 7
Intput :- 
Enter first line of text : Book
Enter second line of text : Book
Output :- 
Comparing the two string : 0