12 -d out of question Write the output of the following code which is part of a complete Visual Basic Programme (6 Marks
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
12 -d out of question Write the output of the following code which is part of a complete Visual Basic Programme (6 Marks
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!