nerdexam
CIW

1D0-437 · Question #62

Consider the following assignments: $x = 9 $y = 7 $z = 5 Given these assignments, which of the following expressions evaluates as true?

The correct answer is C. ($y + $z + $x) == $y*3. See the full explanation below for the reasoning.

Question

Consider the following assignments:

$x = 9 $y = 7 $z = 5 Given these assignments, which of the following expressions evaluates as true?

Options

  • A($x - $y) != ($y - $z);
  • B($z * 2) <= $x;
  • C($y + $z + $x) == $y*3;
  • D($x - 2) > $y;

How the community answered

(52 responses)
  • A
    2% (1)
  • B
    8% (4)
  • C
    75% (39)
  • D
    15% (8)

Community Discussion

No community discussion yet for this question.

Full 1D0-437 Practice