Question: Hello, can someone please help me get started with this assignment? I believe this is a Character string. Thank you Learning Activity #1 - Pig
Hello, can someone please help me get started with this assignment? I believe this is a Character string. Thank you


Learning Activity \#1 - Pig Latin Write a program that converts text into PigLatin. Ask the user to enter three 3-letter words. For each word, move the first character to the end of the word and add "ay". For example, "ask the cow" in Pig Latin would be "skaay hetay owcay". Extra Challenge - adjust your program so it works with any number of 3-letter words. Extra Challenge - adjust your program so it works with words of any length. package initials; import java.util. Scanner; public class Initials \& public static void main(String[] args) \{ \} 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
