Step 1: requirements | Computer Science homework help
Step 1: Requirements Write a program that will input a phrase and convert it to pig latin. Put each word in a separate element of a string array. Remove the first letter from each word and concatenate it to the end of the word followed by “ay.” Sample Output from Program: ***************************************************** * You will be prompted to enter a string of * * […]