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
c. Function IsLetter(ByVal strInput as String) as Boolean
You might also like to view...
Which of the following is a good example of a situation in which more than one master slide could be used?
A) A presentation in which a few slides need a different background B) A presentation that contains a hyperlink to a Photo Album C) A presentation with an accounting segment and a human resource segment D) a presentation of all pictures
Which of the following makes a good password?
A) Includes your birthday B) Uses a combination of letters, numbers, and special characters C) Is relevant to the user D) All of the above