Solved

CASE Critical Thinking Questions

Question 58

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions