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
d. The same function can return several data types including integer, string, or double
Computer Science & Information Technology
You might also like to view...
The command with which you can create cells that span multiple rows or columns
a. Merge & Center b. Merge Cells c. Split Cells
Computer Science & Information Technology
The C++ _____ allows you to define an object type in terms of its components and its behavior.
a. constructor function b. list creation facility c. scope resolution operator d. class definition facility
Computer Science & Information Technology