Multiple Choice
Assuming that a = 1, b = 2, and c = 3, which of the following expressions is true?
A) both a < b and c < b
B) either a > b or b > c, or both
C) both b > a and b < c
D) either a == b or b == c, or both
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: What would the penguin say if the
Q2: The expression: both a == b and
Q3: The only way that a nested If/Else
Q5: When you _ a number, you drop
Q6: In the _-alternative decision structure the Else
Q7: Assume that a = 1, b =
Q8: Relational operators are used to determine whether
Q9: What type of operators are used to
Q10: What English mathematician are Boolean values named
Q11: The If/Else instruction cannot contain another If/Else