Search:

Type: Posts; User: helloworld922

Search: Search took 0.09 seconds.

  1. Re: Making sure I answered this question completely.

    public static void main (String[] args)
    {
    String sentence, result, another = "y";
    Scanner scan = new Scanner (System.in);
    PigLatinTranslator.translate(sentence);
    while...
  2. Re: Making sure I answered this question completely.

    Could you post your updated PigLatin code?
  3. Re: Making sure I answered this question completely.

    Oh dur, of course it'll run...

    The second half of the question does ask you to modify your PigLatin class to call the static method directly. It's always a good idea to call static methods using...
  4. Re: Making sure I answered this question completely.

    I'm assuming you made the changes to your PigLatin class to let you run it?

    Did you try running it to see if it works?
Results 1 to 4 of 4