Chapter 4 : Testing boolean expression Question 6 of 8

In the conditional below...

IF (Number > 4) AND (Number < 6) THEN
     Displays ('ABC');
END IF

... if Number = 7,

will ABC be displayed or not?

     

Explanation

Result


Stop the test