You need help with the pseudo Code for the problem below. This is for my into to programing class so its not in Java or C++
Pig Latin Design a program that reads a sentence as input and converts each word to "Pig Latin."
In one version of Pig Latin you convert a word by removing the first letter, placing that letter at the end of the word, and then appending "ay" to the word.