Question: The intSales array is declared as follows: Dim intSales() As Integer = {10000, 12000, 900, 500, 20000}. Which of the following If clauses determines whether
The intSales array is declared as follows: Dim intSales() As Integer = {10000, 12000, 900, 500, 20000}. Which of the following If clauses determines whether the intSub variable contains a valid subscript for the array?
a. If intSub >= 0 AndAlso intSub <= 4 Then
b. If intSub >= 0 AndAlso intSub < 4 Then
c. If intSub >= 0 AndAlso intSub <= 5 Then
d. If intSub > 0 AndAlso intSub < 5 Then
Step by Step Solution
3.32 Rating (155 Votes )
There are 3 Steps involved in it
a If ... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (2 attachments)
1814_60b8c12285fbb_823608.pdf
180 KBs PDF File
1814_60b8c12285fbb_823608.docx
120 KBs Word File
