Question: This is for Java please follow the steps in assignment United, I Homew 1 vywebassi | T section, Element s/Pig%20Latin.pdf Abstract The object of this
United, I Homew 1 vywebassi | T section, Element s/Pig%20Latin.pdf Abstract The object of this programming assignment is to gain familiarity with writing static methods and manipulating String objects. Read all the directions to succeed! 1 Objective Your goal is to write a program that allows a user to input words and see them transformed into their Pig Latin form. We will be using simplified rules for Pig Latin. You'll run your program, which will prompt the user to input words. When the user inputs a word and hits enter, the system will print out the word trans- formed into Pig Latin, then maybe some extra credit stuff. The program will repeat doing this (eg use a while loop) until the user types in the string done. The following is the console from my code. Your code should produce identical output when the same inputs are used. letter etterlay foo oofay bar arbay span anspay egga ggsevay Andrew ndrevavay lakazamavay Charizard arizardchay done When I start by typing in "letter" and then press enter, the program prints But how do I know how to transform stuff into Pig Latin? Read on! "etterlay. The program terminates when I input "done" O@
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
