Search for question
Question

Which of the Boolean expressions below is correct and always evaluates to true? O A. (true) && (4 => 3) O B. !(x > 0) && (x > 0) O

C. (x > 0) || (x <= 0) O D. (x != 0) || (x = 0) O E. (-10 < x < 0)

Fig: 1

Fig: 2

Fig: 3

Fig: 4

Fig: 5

Fig: 6