Search:

Type: Posts; User: geabus1043

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    1,164

    [SOLVED] Re: Encoding Program

    ok so i found out that having char firstLetter=' '; was my problem, and when i changed it to firstLetter= userInput.charAt(0); i got an output, but it would just be the first letter, which made...
  2. Replies
    5
    Views
    1,164

    [SOLVED] Re: Encoding Program

    oddly enough yes, im going to try it on my other computer and see what happens, could be a bug, ill let you know.

    --- Update ---

    ok so it actually technically does output something but that...
  3. Replies
    5
    Views
    1,164

    [SOLVED] Encoding Program

    Hi all, i am trying to make a program with arrays that encodes a word or phrase inputted by the user. The "encoding language" is shown under the array named "encode." What i have so far compiles and...
  4. Replies
    4
    Views
    2,662

    Re: Pig Latin translator

    thanks, I figured out how to work it
  5. Replies
    4
    Views
    2,662

    Re: Pig Latin translator

    I would like to have the user enter a phrase and have each word in the phrase converted to piglatin, however what i have now only converts the first word in the phrase each time, I am really new to...
  6. Replies
    4
    Views
    2,662

    Pig Latin translator

    I have been trying to get my piglatin translator to translate more than one word but dont know how to. Please help, this following code is what I have and it works for one word only at a time.
    ...
Results 1 to 6 of 6