Search:

Type: Posts; User: m49er704

Search: Search took 0.07 seconds.

  1. Thread: Morse Code

    by m49er704
    Replies
    14
    Views
    1,527

    Re: Morse Code

    ok thanks for the info. ill come back with what i have changed later
  2. Thread: Morse Code

    by m49er704
    Replies
    14
    Views
    1,527

    Re: Morse Code

    i was thinking i had to pass the sentence through some kind of loop so i could evaluate each letter by itself
  3. Thread: Morse Code

    by m49er704
    Replies
    14
    Views
    1,527

    Re: Morse Code

    sorry. the expected output is the original string and its morse code equivilant
  4. Thread: Morse Code

    by m49er704
    Replies
    14
    Views
    1,527

    Re: Morse Code

    that's all the code.... well except for the morse.txt file that i read into the arrays

    --- Update ---

    1 .----
    2 ..---
    3 ...--
    4 ....-
    5 .....
    6 -....
  5. Thread: Morse Code

    by m49er704
    Replies
    14
    Views
    1,527

    Re: Morse Code

    this is a sample output

    Enter the sentence that you wish to be decoded:
    hello
    ..... .-.. .-.. --- This translates to : [C@15e83f9
    ..... .-.. .-.. --- This translates to : [C@15e83f9
    ........
  6. Thread: Morse Code

    by m49er704
    Replies
    14
    Views
    1,527

    Morse Code

    hi I am writing a program that translates a string to morse code, but my output is a little strange. can anyone push me in the right direction? heres my code




    public class Translate
    {
    ...
Results 1 to 6 of 6