Search:

Type: Posts; User: geabus1043

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,162

    [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,162

    [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,162

    [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...
Results 1 to 3 of 3