Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    2,459

    Re: Code won't compile

    Now you have three variables that the compiler can not find definitions for.
    Where are these variables defined?
    If they are defined in one method, you can not see and use them in another. Their...
  2. Replies
    6
    Views
    2,459

    Re: Code won't compile

    Which of the error messages don't you understand?
    scores is already defined <<< the compiler sees that scores has already been defined.
    cannot find symbol <<< the compiler can not find the...
Results 1 to 2 of 2