What would display if the following pseudocode was coded and executed?

```
Declare String user = "Joey"
If isInteger(user) Then
Set intUser = stringToInteger(user)
Display intUser
Else
Display "Not a valid number"

```

a. "Joey"
b. Joey
c. Not a valid number
d. Joey
Not a valid number

c. Not a valid number

Computer Science & Information Technology

You might also like to view...

Choosing short labels for rows and columns will save room on charts

Indicate whether the statement is true or false

Computer Science & Information Technology

When you designate a data source visually nothing happens, even though the document is linked to the main document

Indicate whether the statement is true or false

Computer Science & Information Technology