nerdexam
Microsoft

98-382 · Question #11

Evaluate the truth value of each expression below.

The correct truth values for the given expressions are: x < 7 && y > 6: True x == 6 || y == 6: False x != 7: False !(x == y): True

Perform Operations using Data Types and Operators

Question

Evaluate the truth value of each expression below.

Explanation

The correct truth values for the given expressions are:

  • x < 7 && y > 6: True
  • x == 6 || y == 6: False
  • x != 7: False
  • !(x == y): True

Topics

#boolean expressions#logical operators#truth values#comparison operators

Community Discussion

No community discussion yet for this question.

Full 98-382 Practice