Pmt is an example of a(n) ________

A) argument B) function C) subroutine D) parameter

B

Computer Science & Information Technology

You might also like to view...

The process of stepping through each of a program's statements, one by one, to see what each statement does is known as __________.

a. debugging b. executing c. hand tracing d. bug checking

Computer Science & Information Technology

The syntax used to declare a StreamWriter variable is ____.

A. {Dim|Private} streamWriterVariableName IO.StreamWriter B. {Dim|Private} streamWriterVariableName As IN.StreamWriter C. {Dim|Private} streamWriterVariableName As IO.StreamWriter D. {Dim|Private} streamWriterVariableName As StreamWriter

Computer Science & Information Technology