题目

横线处完成程序,使得单击"显示"按钮时,Label1、Label2分别显示30,10。程序代码: Private Sub Command1_Click()   Dim x, y, t As Integer    x = 10    y = 30      If x < y Then        t =        x =        y =      End If    Label1.Caption = Str(x)    Label2.Caption = Str(y) End Sub 答案:【1】x【2】y【3】t
信息技术 试题推荐