Search:

Type: Posts; User: Phanntom

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,642

    thanks that was what was confusing me thanks a lot

    thanks that was what was confusing me thanks a lot
  2. Replies
    7
    Views
    1,642

    but isnt not solved first

    but isnt not solved first
  3. Replies
    7
    Views
    1,642

    The part: A. !( 1 || 0 ) ANSWER: 0 B. !( 1...

    The part:


    A. !( 1 || 0 ) ANSWER: 0
    B. !( 1 || 1 && 0 ) ANSWER: 0 (AND is evaluated before OR)
    C. !( ( 1 || 0 ) && 0 ) ANSWER: 1 (Parenthesis are useful)

    I dont understand how they get an...
  4. Replies
    7
    Views
    1,642

    NOT, AND, OR- I do not understand at all.

    When using if statements, you will often wish to check multiple different conditions. You must understand the Boolean operators OR, NOT, and AND. The boolean operators function in a similar way to...
Results 1 to 4 of 4