All components of an array are of the same data type.
Answer the following statement true (T) or false (F)
True
You might also like to view...
The __________ is a graphical interface for hosting many administrative tools under Windows 2000.
a. Active Directory b. Microsoft Management Console c. Common Internet File System d. standard shell
The condition expression1 ^ expression2 evaluates to true when .
a) expression1 is true and expression2 is false b) expression1 is false and expression2 is true c) both expression1 and expression2 are true d) Both a and b.
Type of keyboard that uses a touch screen as the input device.
A. wireless B. PDA C. traditional D. virtual
An array calledstate()is loaded as follows:Dim state() As String = {"Ohio", "Michigan", "California", "Arizona"}What is the value of the subscript used to reference "Arizona"?
A. 1 B. 2 C. 3 D. 4