Solved

Case 8-1 One of Your Fellow Programmers Has Written the Following

Question 91

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:

verifed

Verified

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

Related Questions