An array's____________ indicates the number of values that the array should be able to hold.

a. reference variable
b. size declarator
c. element
d. subscript

b. size declarator

Computer Science & Information Technology

You might also like to view...

In the line of code Dim scores() As Integer = {55, 33, 12} the upper bound of the array scores is which of the following?

(A) 2 (B) 1 (C) 11 (D) 0

Computer Science & Information Technology

In a(n) many-to-many relationship, a record in one table can be related to several records in another table and vice versa.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology