Multiple Choice
Case 8-1 One of your fellow programmers has written the following array assignment statements for your review: Dim strNames() As String = {"Baker" "Lopez", "Buck", "Chan", "Tirrell"}
Dim intReservations() As Integer = {4, 5, 12, 2, 8}
Where is Baker stored?
A) strNames(−1)
B) strNames(0)
C) strNames(1)
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q20: An array can hold _ data type
Q28: When using the Preserve keyword to redimension
Q48: A sequential search is the most efficient
Q51: When declaring an implicitly sized array,declaring a(n)upper-bound
Q61: The _ procedure of the StreamReader class
Q74: The elements in a string type array
Q84: The word _ is used to declare
Q92: Case 8-1 One of your fellow programmers
Q105: A _ search of an array starts
Q111: The _ object is used to write