What is the value of X after the instructions corresponding to the following pseudocode are executed?

```
X = 5
Y = 7
IF INT(5.4) = X OR INT(7.0) = Y THEN
X = X + Y
ELSE
Y = Y + 1
ENDIF

```

a) 5
b) 7
c) 8
d) 12

d) 12

Computer Science & Information Technology

You might also like to view...

When the derived class gets all the member variables from the base class, we say that they are _________ from the base class.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

You can combine as many AND and OR operators in an expression as needed.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology