Friday 16 November 2012


Be a Compiler and Evaluate the following Logical Boolean expressions:

          25 < 7 || 15 > 36
          15 > 36 || 3 < 7
          14 > 7 && 5 <= 5
          4 > 3 && 17 <= 7
          ! false
          ! (13 != 7)
          9 != 7 && ! 0
          5 > && 7

No comments:

Post a Comment