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)
ENDIF
IF ANSWER = 2 THEN
Write “Goodbye”
ELSE
Write “Good day”
ENDIF


```

a) Hello
b) Goodbye
c) Good day
d) both a and c

d) both a and c

Computer Science & Information Technology

You might also like to view...

Only one Windows account is allowed when Windows 8 is installed on a computer. 

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

Computer Science & Information Technology

In the accompanying illustration, item E shows which step in the podcasting process?

A. When you record the content B. When you create the RSS feed for the content C. When you share the content D. When you download the content

Computer Science & Information Technology