在窗体上画一个名称为Command1的命令按钮,一个名称为Label1、Label2的标签,然后编写如下的事件过程:Private x As Integer Private Sub Command1_Click()x = 5: y = 3Call Proc(x, y)Label1.Caption = xLabel2.Caption = y

A.5和3 B.25和3 C.25和6 D.5和6

时间:2023-09-06 09:51:08

相似题目