Which of the following is a valid header for a procedure that receives the address of a Decimal variable followed by an integer?

a. private sub getfee(byVal decX as decimal, byadd inty as integer)
b. private sub getfee(decx as decimal, inty as integer)
c. private sub getfee(byref decx as decimal, byref inty as integer)
d. none of the above


b. private sub getfee(decx as decimal, inty as integer)

Computer Science & Information Technology

You might also like to view...

When a method terminates, the values of its local variables are ________.

a. saved b. copied c. restored d. lost

Computer Science & Information Technology

A worksheet can store only ________ consolidation(s)

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A ________ system utility helps you keep your hard drive organized and efficient.

a. file manager b. disk organizer c. system manager d. disk indexer

Computer Science & Information Technology

When you work with a form, ____ view is used for adding, editing, and viewing data.

A. Form B. Datasheet C. Layout D. Design

Computer Science & Information Technology