Solved

Based on the Statement Below,which of the Following If Clauses

Question 23

Multiple Choice

Based on the statement below,which of the following If clauses determines whether the intSub variable contains a valid subscript for the array? Dim strColors() As String = {"red","green","blue"}


A) If intSub > 0 AndAlso intSub < 2 Then
B) If intSub >= 0 AndAlso intSub =< 2 Then
C) If intSub > 0 AndAlso intSub < 3 Then
D) If intSub >= 0 AndAlso intSub =< 3 Then

Correct Answer:

verifed

Verified

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

Related Questions