Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,451

    Re: "Illegal Start of Expression" ?? CANT SOLVE

    Start with the definition for the first method in the class. Find the { at the beginning of its definition
    Then look for the } at the end of its definition that pairs with that beginning {.
    ...
  2. Replies
    6
    Views
    1,451

    Re: "Illegal Start of Expression" ?? CANT SOLVE

    Methods can not be defined inside of other methods. Make sure all method definitions are ended with a } before starting the definition of the next method.

    Hint: It helps keep track of the end of...
Results 1 to 2 of 2