Multiple Choice
CASE
Critical Thinking Questions
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
Q52: An instance is a special type of
Q53: The access _ determines what code has
Q54: Critical Thinking Questions<br>Case 8-2<br>Another colleague shares the
Q55: An access specifier determines the availability of
Q56: _ sized arrays are not initialized with
Q58: CASE<br>Critical Thinking Questions<br>Case 8-1<br>One of your fellow
Q59: All Visual Basic arrays are considered static
Q60: As with other variables,an array declared as
Q61: The _ procedure of the StreamReader class
Q62: The elements in an integer type array