Multiple Choice
Which of the following procedure declarations matches the call to the IsLetter procedure below? Dim strText as String = txtInput.Text
Dim blnLetter as Boolean = IsLetter(strText)
A) Sub IsLetter(ByVal strInput as String) as Boolean
B) Sub IsLetter(ByVal blnResult as Boolean) as String
C) Function IsLetter(ByVal strInput as String) as Boolean
D) Function IsLetter(ByVal blnResult as Boolean) as String
Correct Answer:

Verified
Correct Answer:
Verified
Q9: Which of the following calls to the
Q10: Which statement is true in regard to
Q11: What is the value of intTotal after
Q12: If you do not provide an access
Q13: Which of the following functions accepts a
Q15: What is assigned to <b>lblDisplay.Text</b> when the
Q16: By writing your own procedures, you can
Q17: Choose a new, more descriptive name for
Q18: When calling a procedure, passed arguments and
Q19: Which debugging command executes a function call