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 AND INT(6.9) = Y THEN
X = X + Y
ELSE
Y = Y + 1
ENDIF
```
a) 5
b) 7
c) 8
d) 12
a) 5
Computer Science & Information Technology
You might also like to view...
Identify important factors in the success of logical database design.
What will be an ideal response?
Computer Science & Information Technology
A directory is physically stored __________.
a. in main memory b. in cache c. on disk d. none of the above
Computer Science & Information Technology
The ____________________ keyword is an optional keyword to display shadows within the object.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Insiders pose the most overrated danger to informational security
Indicate whether the statement is true or false.
Computer Science & Information Technology