Search:

Type: Posts; User: SillyLilly

Search: Search took 0.18 seconds.

  1. Replies
    13
    Views
    2,952

    Re: Morse Code Conversion Problems

    I've really worked through this and tweaked things so that I'm working this from a very different angle. Now, when I run this, I receive the StringOutOfBoundsException error for the morse to english...
  2. Replies
    13
    Views
    2,952

    Re: Morse Code Conversion Problems

    I'm pretty sure the problem occurs because I only go through the first letter of the input. I'm trying to loop through the input string when I do the conversion like so:


    for(int xyz = 0; xyz <=...
  3. Replies
    13
    Views
    2,952

    Re: Morse Code Conversion Problems

    Both methods work with only one character / code element at a time. When I have two English characters or morse letters, nothing displays.
  4. Replies
    13
    Views
    2,952

    Re: Morse Code Conversion Problems

    I guess this time would be a time where I should post the whole document. :) I had to re-declare the arrays is because when I call morsetoEnglish() in the main, if I have the arrays as arguments in...
  5. Replies
    13
    Views
    2,952

    Re: Morse Code Conversion Problems

    Thanks for the advice! It now compiles, but when run, the encoding and decoding doesn't happen.
  6. Replies
    13
    Views
    2,952

    Morse Code Conversion Problems

    Hi! I am a java beginner taking an intro to java course. The thing is that my teacher will not answer questions or respond to my emails and I learn just about nothing in the lectures and am left...
Results 1 to 6 of 6