1樓:匿名使用者
a) 結構化程式設計
d) **視窗
c) **或資料的組合d) **和資料的組合a) 窗體的name屬性指定窗體的名稱,用來標識一個窗體c) enabled
d) instr
a) 1
a) 5
c) trim
d) i=4
b) dim a(3,4) as integerc) 35
a) max
a) style
c) borderstyle
private sub form_click()randomize
clsdim a(19) as integer, max as integer, min as integer
for i = 0 to 19
a(i) = int(rnd * (60 - 20 + 1) + 20)
print a(i);
if max < a(i) then max = a(i)if i = 0 then min = a(i)if min > a(i) then min = a(i)next
print "最大值:" & max; "最小值:" & min;
end sub
2樓:匿名使用者
bdcac dadcd baaac
VB題大佬幫忙做一下,求VB大佬幫忙解決一下!!謝謝
private sub command1 click dim i as integer for i 0 to 9 list1.list i 10 int rnd 90 next end sub private sub command2 click list2.clear dim i as integ...
急求 VB程式設計題目,謝謝,求1道小學VB程式設計題目 謝謝
dim a 0 to 3 private sub command1 click index as integer list1.additem index end sub private sub command2 click dim n,m m 0 n 0 for i 0 to 3 for j 0 t...
求高手解決vb程式試題,vb程式設計選擇題 求高手解答 !
選擇題 1.c 2.a 3.a 填空題 1,連字元 2,rgb 255,0,0 3,34,3 分析題 b改錯題 1,2.dim n as integer n 120 if n mod 2 0 then print 它是偶數 endif 選擇題 1,c2,c 3,a4,d 5,a6,a 7,a8,b ...