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}
-If your programmer friend had failed to initialize the intReservations array,what would be the default value of intReservations(3) ?
A) 0
B) null
C) 12
D) 2
Correct Answer:

Verified
Correct Answer:
Verified
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
Q57: 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
Q63: The IO.File._ command opens a text file