Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    2,158

    [SOLVED] Re: What's wrong with my code?? (Total beginner)

    If that's ok keep looking.

    One technique is to comment out large sections of the code.
    Put a /* just after the ending } of a method before line 153
    and put a */ farther on in the code just...
  2. Replies
    10
    Views
    2,158

    [SOLVED] Re: What's wrong with my code?? (Total beginner)

    The compiler says there is a problem. Look just before line 153 where the error message is.
  3. Replies
    10
    Views
    2,158

    [SOLVED] Re: What's wrong with my code?? (Total beginner)

    Did you check the placing of the {}s?
  4. Replies
    10
    Views
    2,158

    [SOLVED] Re: What's wrong with my code?? (Total beginner)

    Please Edit your post and wrap your code with
    <YOUR CODE HERE> to get highlighting

    Check that your {}s are properly paired. Especially look around the line where the error message points.
    ...
Results 1 to 4 of 4