What is the error in the following pseudocode?

```
Declare String user
Display "How many widgets do you want to buy?"
Input user
```

a. user is an invalid variable name for this code.
b. The Input statement should be the first statement.
c. user has been used before it is declared.
d. The input is a number, not a string.

d. The input is a number, not a string.

Computer Science & Information Technology

You might also like to view...

Windows Mobile is a closed source operating system

Indicate whether the statement is true or false

Computer Science & Information Technology

The ____ is the standard terminal symbol for a flowchart.

A. circle B. lozenge C. diamond D. square

Computer Science & Information Technology