If the following pseudocode were coded and executed, assuming all variables have been declared as integers, what would be the display?
```
Set x = 0
For m = 1 To 3
For p = 1 to 3
Set x = x + p
End For
End For
Display x
```
a. 3
b. 18
c. 9
d. 21
b. 18
Computer Science & Information Technology
You might also like to view...
?Data within the data cube has been ______ by specific dimensional values.
A. ?correlated B. ?summarized C. ?regressed D. ?drilled into
Computer Science & Information Technology
The SLE is computed by multiplying the value of the asset (Asset Value or AV) by the ____________________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology