Search:

Type: Posts; User: Norm

Search: Search took 0.16 seconds.

  1. Replies
    8
    Views
    1,196

    Re: Question on a method?

    Where is the information that you want to access? What variable in what class?
    In what method in what class do you want to access that information?

    One way is for the class with the information...
  2. Replies
    8
    Views
    1,196

    Re: Question on a method?

    If the data is in an array you'd use a for loop. If the data is in another kind of collection you'd probably use a while loop.
  3. Replies
    8
    Views
    1,196

    Re: Question on a method?

    I see 2 null values that are being printed, but your there are 4 variables in the list of variables you gave???

    Look at the code and see why those variables do not have valid non-null values....
  4. Replies
    8
    Views
    1,196

    Re: Question on a method?

    Please explain your problem or ask a question.
    Show the program's output and explain what is wrong with it and show what it should be.

    Please Edit your post and wrap your code with
    <YOUR CODE...
Results 1 to 4 of 4