12 -d out of question Write the output of the following code which is part of a complete Visual Basic Programme (6 Marks

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
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

Post 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 17 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply