Which of the following is a valid Return statement?

A. dblNumber Return
B. Return dblNumber ByRef
C. Return ByRef dblNumber
D. Return dblNumber

Answer: D

Computer Science & Information Technology

You might also like to view...

All slides from another presentation can be inserted through the Reuse Slides pane

Indicate whether the statement is true or false

Computer Science & Information Technology

Constant variables:

a. Can be assigned values in executable statements. b. Do not have to be initialized when they are declared. c. Can be used to specify array sizes, thereby making programs more scalable. d. Can be used to specify array sizes, but this makes programs harder to understand.

Computer Science & Information Technology