CENGAGE MINDTAP
Programming Exercise 2-15 Instructions
Pig Latin is a nonsense language. To create a word in Pig Latin, you remove the first letter and then add the first letter and "ay" at the end of the word. For example, "dog" becomes "ogday" and "cat" becomes "atcay".
Write a program named PigLatin that allows the user to enter a word and displays the Pig Latin version.
Grading: When you have completed your program, click the Submit button to record your score.