If X=2, Y=4, and Z=6, which of the following will give a result of False?
A、(X
B、(Y>X)&&(Z>X);
C、(X>Y*Z)||(X*Y>Z);
D、(X>Y*Z)||(Z>X*Y)
发布时间:2025-03-02 18:59:59
A、(X
B、(Y>X)&&(Z>X);
C、(X>Y*Z)||(X*Y>Z);
D、(X>Y*Z)||(Z>X*Y)