Search:

Type: Posts; User: Norm

Search: Search took 0.18 seconds.

  1. Replies
    4
    Views
    1,498

    Re: Help With illegal start of expression

    The ending } for the main() method should be before any other method definitions.
  2. Replies
    4
    Views
    1,498

    Re: Help With illegal start of expression

    Could be mismatched {}s
    If the } //end main is supposed to end the main() method, then there is a problem with defining methods inside of methods which can't be done.

    Please edit your post and...
Results 1 to 2 of 2