Question: What is the output of the code shown in Figure 6-104? Dim intAdd As Integer Dim intOuterLoop As Integer Dim int InnerLoop As Integer intAdd
What is the output of the code shown in Figure 6-104?
Dim intAdd As Integer Dim intOuterLoop As Integer Dim int InnerLoop As Integer intAdd 0 10 11 12 13 14 5638901234 Next: For intOuter Loop = 1 To 8 For int InnerLoop = 3 To 7 intAdd + 1 Next MsgBox.Show("The final value is " & intAdd.ToString()) FIGURE 6-104
Step by Step Solution
3.39 Rating (143 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
