Question: What are the values for every element by subscript in the array when the code in Figure 8-97 has been executed? Dim intJellyBeans() As Integer
What are the values for every element by subscript in the array when the code in Figure 8-97 has been executed?
Dim intJellyBeans() As Integer = {23, 77, 89, 124, 25}
intJellyBeans(3) = 59
ReDim Preserve intJellyBeans(6)
intJellyBeans(2) = 24
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
