which of the following expressions evaluates as true? seenagape 11 years ago Consider the following assignments$x = 9$y = 7$z = 5Given these assignments, which of the following expressions evaluates as true? A.($x – $y) != ($y – $z); B.($z * 2) <= $x; C.($y + $z + $x) == $y*3; D.($x – 2) > $y; ← Previous question Next question →