Search:

Type: Posts; User: GregBrannon

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,194

    Re: gridworld error: " ';' expected"

    I'm not sure what you mean to do with those statements, but a proper form would be:

    Type variableName = methodName();

    What you have is missing something.
  2. Replies
    3
    Views
    1,194

    Re: gridworld error: " ';' expected"

    I don't know gridworld, but I know that the following is not a legal Java statement:

    Location loc1.getAdjacentLocation(SOUTH); // times 2
Results 1 to 2 of 2