If the variable named ANSWER has a value of 1, what will be output after the instructions corresponding to the following pseudocode are executed?
```
IF ANSWER = 1 THEN
Write “Hello”
ELSE
IF ANSWER = 2 THEN
Write “Goodbye”
ELSE
Write “Good day”
ENDIF
ENDIF
```
a) Hello
b) Goodbye
c) Good day
d) both a and c
a) Hello
Computer Science & Information Technology
You might also like to view...
Windows Live Messenger notifies everyone sharing a folder when a file is added or an existing file is changed
Indicate whether the statement is true or false
Computer Science & Information Technology
When using the Track Select tool, which modifier key changes the way it functions to select all tracks, rather than clips on a single track?
What will be an ideal response?
Computer Science & Information Technology