Search:

Type: Posts; User: GregBrannon

Search: Search took 0.14 seconds.

  1. Replies
    9
    Views
    1,261

    Re: Immutable Integers

    I recommend you read this discussion which is a really long answer to your question, called "Cup Size," including the second part. Everybody learns and remembers differently, but this is one of the...
  2. Replies
    9
    Views
    1,261

    Re: Immutable Integers

    If you define the variable, in this case 'value', INSIDE the method, it is LOCAL and VISIBLE only to that method. If you want a variable to be seen outside the method, then first define it outside...
Results 1 to 2 of 2