Question: Write a C/C++ program that prompts the user to enter a word. Convert the word to Pig Latin by moving the first letter to the
Write a C/C++ program that prompts the user to enter a word. Convert the word to Pig Latin by moving the first letter to the end of the word and adding ay to the end. For example, Tuesday becomes uesdayTay. Repeat this process until the user types STOP.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
