Answer the following statements true (T) or false (F)
1. Arrays can hold only data of primitive types.
2. In an array of Boolean variables, if the initializer list is empty, the elements in the array are initialized to the default value True.
3. The declaration and allocation of an array can be combined into one statement.
4. Visual Basic can determine the array bounds from the number of elements in the initializer list.
5. Array method GetUpperBound returns the index of the last element in an array. The value returned by method GetUpperBound is one less than the value of the array’s Length property.
1. False. Arrays can hold data of any type.
2. False. In an array of Boolean variables, if the initializer list is empty, the elements in the array are
initialized to the default value False.
3. True.
4. True.
5. True
You might also like to view...
Text values usually are used to provide information about the numbers displayed in worksheet cells
Indicate whether the statement is true or false
Most application code is contained in its controllers.
Answer the following statement true (T) or false (F)
Which of the following is a receiver of presence information?
A. presenter B subscriber C. receptacle D. destination
By default the Offline Files feature is disabled on the client computer
Indicate whether the statement is true or false