Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Thread: Returning Null

    by Norm
    Replies
    11
    Views
    3,116

    Re: Returning Null

    Arrays are a little tricky. They are a kind of object. You can define an array without putting any values into it.
    char[] anArray = new char[10]; // create an array with 10 slots. All ten slots will...
  2. Thread: Returning Null

    by Norm
    Replies
    11
    Views
    3,116

    Re: Returning Null

    Where do you ever assign any values to the returned variables?
Results 1 to 2 of 2