Convert the do loop shown below to a for next loop


Convert the Do Loop shown below to a For...Next loop:
Dim intIncrease As Integer

intIncrease = 10
Do While intIncrease < 30
lstDisplay.Items.Add(intIncrease)
intIncrease += 2
Loop 

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Convert the do loop shown below to a for next loop
Reference No:- TGS0101266

Expected delivery within 24 Hours