Multiple Choice
Which of the following is a valid header for a procedure that receives the address of a string variable and the address of an integer?
A) Private Sub GetInfo(ByRef strName As String, ByRef intAge As Integer)
B) Private Sub GetInfo(ByRef strName, ByRef intAge)
C) Private Sub GetInfo(ByVal strName As String, ByVal intAge As Integer)
D) Private Sub GetInfo(ByVal strName, ByVal intAge)
Correct Answer:

Verified
Correct Answer:
Verified
Q19: For the access key to work correctly
Q20: Case 1 - MTN Outdoor<br>You have just
Q21: What is a combo box? List the
Q22: Which of the following statements will determine
Q23: The syntax of the Call statement is
Q25: You pass a variable _ when the
Q26: When you pass a variable _,the computer
Q27: What is the Math.Round function? Provide the
Q28: As you do with list boxes,you use
Q29: Math.Round(3.234,2)returns the number 3.24.