Given the following two program statements, identify the parameters.

```Call DressUp(sandals, turtleneck, jeans)
Subprogram DressUp(shoes, shirt, pants) ```
a. sandals, turtleneck, jeans
b. shoes, shirt, pants
c. DressUp(shoes, shirt, pants)
d. sandals, turtleneck, jeans, shoes, shirt, pants

B

Computer Science & Information Technology

You might also like to view...

Constructors never return a value, so they are always Function procedures.

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

Computer Science & Information Technology

The class io is the base class of the C++ stream classes istream and ostream.

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

Computer Science & Information Technology