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: Pig Latin Strings of Chapter 7. Your program must store the characters of a string into a linked list and use the function rotate, as described in Programming Exercise 16, to rotate the string.
Reference:
Extend the class linkedListType by adding the following function:
Also write a program to test your function. Use the class unorderedLinkedList to create a linked list.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.