Write a function that inputs a string. Write a second function that changes the blanks in the string to tabs. Write a third function that displays the string. Call these three functions to read an input string, changes spaces to tabs in it then display the new string.
Sample output:
This is a book
This is a book
Press any key to continue