Solved

Given the Following Code,which of the Choices Below Would Be

Question 37

Multiple Choice

Given the following code,which of the choices below would be used to access the phone number of the 3rd vendor? Private Structure Vendor
Dim VendorIDString As String
Dim NameString As String
Dim PhoneString As String
End Structure
Dim BusinessVendor(5) As Vendor


A) BusinessVendor(2) .PhoneString
B) Vendor(2) .PhoneString
C) PhoneString(2) .Vendor
D) BusinessVendor(2)

Correct Answer:

verifed

Verified

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

Related Questions