Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    8
    Views
    1,223

    Re: Beginner Array Problem. Swapper

    Show the code and Post the full text of the error messages if you want help with them.
  2. Replies
    8
    Views
    1,223

    Re: Beginner Array Problem. Swapper

    To correct the compiler error, make sure that no methods are defined inside of other methods.
    Make that change, get a clean compile and THEN write code for the main() method.
    One step at a time.
  3. Replies
    8
    Views
    1,223

    Re: Beginner Array Problem. Swapper

    Try moving the method outside of the {}s that surround the code for the main() method.
    You may not need a new class.
Results 1 to 3 of 3