Write a program which exploit the string library functions to do the following:
-prompt the user to enter his name (of four parts)
-count the number of characters in his name (excluding the white spaces)
-tokenize his name into four parts
-ask the user to enter a line about him
-concatenate the new line with his name in one string and display it on scerrn