Search:

Type: Posts; User: craigjlner

Search: Search took 0.17 seconds.

  1. Replies
    4
    Views
    1,470

    [SOLVED] Re: PigLatinTranslator produces no output

    craig@craig-laptop:~$ cd Documents/panda/java3
    craig@craig-laptop:~/Documents/panda/java3$ javac PigLatinTranslator.java
    craig@craig-laptop:~/Documents/panda/java3$ javac PigLatin.java...
  2. Replies
    4
    Views
    1,470

    [SOLVED] Re: PigLatinTranslator produces no output

    Hi Norm. :) Well after much experimenting I changed to translate(sentence); in the main method to translateWord(sentence); sort of bypassing the translate method entirely. I changed translateWord to...
  3. Replies
    4
    Views
    1,470

    [SOLVED] PigLatinTranslator produces no output

    This program is supposed to read a sentence of user input and translate it to piglatin by appending "yay" to a word beginning with a vowell and for words beginning with consonants or consonant blends...
Results 1 to 3 of 3