What will the following code display? Dim intTotal As Integer Do MessageBox.Show(intTotal.ToString) intTotal = intTotal + 2

Question:

What will the following code display?

Dim intTotal As Integer

Do

        MessageBox.Show(intTotal.ToString)

        intTotal = intTotal + 2

Loop Until intTotal >= 2

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: