Search:

Type: Posts; User: anbdesigns

Search: Search took 0.00 seconds.

  1. Replies
    21
    Views
    2,787

    Ok, that makes sense now.. Thanks for clarifying...

    Ok, that makes sense now.. Thanks for clarifying :)
  2. Replies
    21
    Views
    2,787

    Maybe I'm reading into it too much.. All I get...

    Maybe I'm reading into it too much..

    All I get from !(1 && 0) is "Not(True AND False)" I don't see how an answer can come from that :D

    I understand If statments quite well :)
  3. Replies
    21
    Views
    2,787

    Newbie question !( 1 || 0 ) - ?

    I was going through Lesson 2 in the tutorials. At the end, it has some statements ~

    A. !( 1 || 0 ) ANSWER: 0
    B. !( 1 || 1 && 0 ) ANSWER: 0 (AND is evaluated before OR)
    C. !( ( 1 || 0...
Results 1 to 3 of 3