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

not (x < y or z > x) and y < z

A. true
B. false
C. 8
D. 5