Search:

Type: Posts; User: Zyrion

Search: Search took 0.18 seconds.

  1. Replies
    6
    Views
    1,073

    Re: a==b, b not initialized

    The expression inside the argument in the first if-statement will always result to True. Meaning the else statement will not run because it is never false (with the options given.) Also you don't...
  2. Replies
    6
    Views
    1,073

    What I assume it means by not initialized is b...

    What I assume it means by not initialized is b has no value (that you the programmer is aware.) So your trying to check for equality with a variable that you have not assigned a value to. If you look...
Results 1 to 2 of 2