Page 1 of 1

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
by answerhappygod
12 D Out Of Question Write The Output Of The Following Code Which Is Part Of A Complete Visual Basic Programme 6 Marks 1
12 D Out Of Question Write The Output Of The Following Code Which Is Part Of A Complete Visual Basic Programme 6 Marks 1 (41.02 KiB) Viewed 19 times
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