What is displayed after code corresponding to the following pseudocode is run?

```Set X = 15
Set Y = 25
Set Z = 20
Call Numbers(X, Z, Y)
Subprogram Numbers(A, B, C)
Write A + “ “ + B + “ “ + C
End Subprogram```
a. 15 25 20 b. 15 20 25 c. 20 25 15 d. 25 20 15

B

Computer Science & Information Technology

You might also like to view...

A text style contains formatting characteristics that are applies only to text, such as font size and font color

Indicate whether the statement is true or false

Computer Science & Information Technology

An XML comment starts with

Indicate whether the statement is true or false

Computer Science & Information Technology