Multiple Choice
Which statement is not true regarding functions?
A) A function is a self-contained set of statements that can receive input values.
B) Visual Basic has many built-in functions such as CSng(txtInput.Text)
C) A function can only return a single value.
D) The same function can return several data types including integer, string, or double
Correct Answer:

Verified
Correct Answer:
Verified
Q21: Which is the correct way to define
Q22: What is wrong with the following GetName
Q23: When a procedure finishes execution, _.<br>A) control
Q24: Which of the following does not apply
Q25: When debugging a program in break mode,
Q26: Although you can omit the ByVal keyword
Q28: What is incorrect about the following function?<br><b>
Q29: If we were to call the MakeDouble
Q30: What will be the value of dblSum
Q31: Which one of the following declarations uses