Question Write a program that reads lines of input from the user and… Write a program that reads lines of input from

Question Write a program that reads lines of input from the user and… Write a program that reads lines of input from the user and converts each line into “Pig Latin.” Pig Latin is English with the initial consonant sound moved to the end of each word, followed by “ay”. Words that begin with vowels simply have an “ay” appended. Your program should continuously prompt the user for sentences until they enter a blank line, at which point the program should terminate. Computer Science Engineering & Technology Java Programming CIS MISC Share QuestionEmailCopy link