Question: 20. What will the following code display? Dim intTotal As Integer = 1 Do MessageBox.Show(intTotal.ToString) intTotal = intTotal + 2 Loop Until intTotal >= 3
20. What will the following code display?
Dim intTotal As Integer = 1 Do MessageBox.Show(intTotal.ToString)
intTotal = intTotal + 2 Loop Until intTotal >= 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
