Search:

Type: Posts; User: Starstreak

Search: Search took 0.07 seconds.

  1. Thread: Morse Code

    by Starstreak
    Replies
    14
    Views
    1,529

    Re: Morse Code

    I'm addressing the first error. I believe the diagnosis is correct (scope).

    There are other errors, but we usually address them starting with the first.

    Feel free to test the code yourself,...
  2. Thread: Morse Code

    by Starstreak
    Replies
    14
    Views
    1,529

    Re: Morse Code

    The scanner is not visible in the for loop because of variable scope.

    Try making the scanner static (belonging to the class).
Results 1 to 2 of 3