Question: in Visual basic 1. Suppose we have a list box named 11 and has the following elements (1,3,4,6,7,5,2,8). what is the output? sub button_click() Dim
in Visual basic
1. Suppose we have a list box named 11 and has the following elements (1,3,4,6,7,5,2,8). what is the output? sub button_click() Dim s = 0 For i = 0 To 11.Items.Count - 3 S = 5 + 11.Items(0) Next MsgBox(s) end sub* (2 points) 26 18 22 30 crash
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
