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

```
X = 6
Y = 7
IF INT(5.5) = X OR INT(6.9) = Y THEN
X = X + Y
ELSE
Y = Y + 1
ENDIF

```

a) 6
b) 7
c) 8
d) 13

a) 6

Computer Science & Information Technology

You might also like to view...

If you want to mention one of your friends in a status update you can do it by ________ friends in your status updates

Fill in the blank(s) with correct word

Computer Science & Information Technology

The function used to calculate the average of cells specified by a given set of conditions is ________

A) AVERAGEIFS B) AVERAGE C) CRITERIA D) AVERAGEIF

Computer Science & Information Technology