Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Thread: Check code?

    by Norm
    Replies
    6
    Views
    998

    [SOLVED] Re: Check code?

    Where is the variable: nums defined? The compiler can not find its definition in scope (within the same pair of {}s) where it is being used.

    Post the code that shows where nums is defined and...
  2. Thread: Check code?

    by Norm
    Replies
    6
    Views
    998

    [SOLVED] Re: Check code?

    The id String inside the "s is to put a label on what is printed in case there is more than one printed to be able to identify which print statement printed it.
  3. Thread: Check code?

    by Norm
    Replies
    6
    Views
    998

    [SOLVED] Re: Check code?

    That is the String returned by an int array's toString() method when you print using the array's name.
    To see the contents of an array, try this

    System.out.println("an ID "+...
Results 1 to 3 of 3