12 -d out of question Write the output of the following code which is part of a complete Visual Basic Programme (6 Marks
Posted: Fri Apr 29, 2022 6:36 am
12 -d out of question Write the output of the following code which is part of a complete Visual Basic Programme (6 Marks) Dim counter As Integer Dim club(5) As String ListBox1.Items.Add("The name of the clubs are") club(O) = "Barchalona" club(1) = "Madrid" club(2) = "Arsenal" club(3) = "liverbol" club(4) = "ManCity" clup(5) = "Bayren" For counter = 0 To 5 ListBox1.Items.Add(club(counter)) Next