MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following instructs a function to return the contents of the decStateTax variable? |
| A. | Return decStateTax |
| B. | Return ByVal decStateTax |
| C. | Send decStateTax |
| D. | SendBack decStateTax |
| Answer» B. Return ByVal decStateTax | |