Prob. 1: Write a program to do the following things:
(1) Read one string from the input
(2) Store it in a variable named 'strInput'
(3) Print the string 'strInput'
(4) Print the length of the string 'strInput'
(5) Print "Linguistics" if the input string is equal to "Chomsky", 
print "Computer Science" if the input string is equal to "Turing", 
print "Computational Linguistics" otherwise