Want the code to count the odd number from 1 to 99


In the example shown below, you want the code to count the odd number from 1 to 99. What is missing?
Dim intOddNumber As Integer = 1

Do While intOddNumber <= 99
lstDisplay.Items.Add("Odd Numbers: " & intOddNumber.ToString())
Loop 

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Want the code to count the odd number from 1 to 99
Reference No:- TGS0101325

Expected delivery within 24 Hours