Quiz 3

1. What is the output of this code?

X = 24
IF X + 2 == 27

ELSE

2. What is the output of this code?

X = 5
Y = 12
IF X < 10 AND Y > 10

ELSE

3. What is the output of this code?

X = 8 Y = 20
IF X > 7 OR X + Y == 27

ELSE 4. What is the output of this code?

X = 4
IF NOT (X == 4)

ELSE

Score =

Correct answers: