What is wrong with the do while loop


What is wrong with the following Do While loop?
Dim index As Integer = 1
Do While index <> 9
lstBox.Items.Add("Hello")
index += 1
Loop 

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: What is wrong with the do while loop
Reference No:- TGS0130320

Expected delivery within 24 Hours