Solved

Case 10-2 Kate Is Tracing Through Her Code to Find a Logical

Question 95

Multiple Choice

Case 10-2
Kate is tracing through her code to find a logical error and she thinks it has something to do with her misuse of conditional operators.Assume that the following variable assignments have been made:
a=45
b=46
c=45
d=50
e=100
-On Kate's original pass through the code,she intended all of the following to be true.Which of the following is NOT true?


A) (a!=d)
B) (b >c)
C) (a/c) < 0
D) (a!=c) || (e >d)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions