Question: Please help by using JAVA and need that Extra Credit also! ***It has many hints so please use them*** Thanks in advance! Abstract The object

 Please help by using JAVA and need that Extra Credit also!
***It has many hints so please use them*** Thanks in advance! 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!
Please help by using JAVA and need that Extra Credit also!
***It has many hints so please use them***
Thanks in advance!

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 formed into Pig Latin, then maybe some extra credit stuff. The program will the user inputs a word and hits enter, the system will print out the word trans- 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 spam amspay eggs ggaevay Andrew ndrevaway Alakazan 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

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!