Question: What is the output of the code shown in Figure 8-99? Dim intDoubleArray (3, 2) As Integer Dim strDisplay As String Dim intOuter As Integer
What is the output of the code shown in Figure 8-99?
Dim intDoubleArray (3, 2) As Integer Dim strDisplay As String Dim intOuter As Integer Dim int Inner As Integer For intOuter = 0 To 3 Next For intInner = 0 To 2 Next = intDoubleArray (intOuter, intInner) =intOuter +intInner strDisplay &= int DoubleArray (intOuter, int Inner) & " " txtValues.Text = strDisplay FIGURE 8-99
Step by Step Solution
There are 3 Steps involved in it
0 1 ... View full answer
Get step-by-step solutions from verified subject matter experts
