Answer the following statements true (T) or false (F)
1. An array can contain both numeric and string values.
2. A Function procedure can return a number, but cannot return an array of numbers.
3. If the following statement appears in a program, the array scores must have been declared
using the String data type.
scores(1) = 87
4. Consider the following Dim and assignment statements for myArray(). The assignment
statement will cause a "Subscript out of range" error.
Dim myArray(50) As Double
myArray(34) = 51
5. Unless otherwise specified, Visual Basic assigns the value 0 to each element of a numeric
array when it is declared with a Dim statement.
1. F
2. F
3. F
4. F
5. T
You might also like to view...
Music is stored on DVDs in a digital format called CD-DA.
Answer the following statement true (T) or false (F)
The Backspace key removes characters and spaces to the left of the insertion point
Indicate whether the statement is true or false
In Example 30.8, we created a XML Query Data Model for the XML document of Figure 30.22(a). Now create an XML Query Data Model for the corresponding XML Schema of Figure 30.22(b).
What will be an ideal response?
When you generate a scenario summary, Excel will automatically include a column labeled ____.
A. Original Data B. Original Values C. Current Cells D. Current Values