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...
An LCD's viewing angle is measured in ________
A) degrees B) refreshes C) megahertz D) inches
Computer Science & Information Technology
Which technology must be used by a mechanic who wants to use a smartphone hands-free while driving?
A) Device pairing B) KVM switch C) Tethering D) NFC configuration
Computer Science & Information Technology
Medical facilities cannot release information regarding a patient unless the patient has signed a ____________________ form.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
When using inheritance, a subclass cannot use the procedures within the base class.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology