What is the result of the following Boolean expression, if x is 5, y is 3, and z is 8? x < y and z > x

What is the result of the following Boolean expression, if x is 5, y is 3, and z is 8?

x < y and z > x


A. true
B. false
C. 8
D. 5
E. None of the above

Answer: B


Python

Learn More Multiple Choice Question :