Write a program that prompts the user to input a string and then outputs the string in the pig Latin form. The rules for converting a string into pig latin form are described in Programming example : Your program must store the characters of a string into a linked and use the function rotate, as described in Programming exercise 16, to rotate the string.