0
3.0kviews
Evaluate following expression:-

(i) ! (5+5 > 10)

(ii) 5 + 5 = = 10 || 1 + 3 = = 5

(iii) 5.10 || 10 < 20 && 3 < 5

Mumbai university > FE > SEM 2 > Structured Programming Approach

Marks: 3M

Year: Dec 2014

1 Answer
0
336views
  • ! (5 + 5 > 10)

    (Logical  NOT)   !(5+5>10)returns true.

  • 5 + 5 = = 10 || 1 + 3 = = 5

    $| | \ \ (Logical \ OR) \ \ \ 5 + 5 = = …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.