题目

阅读下列程序,写出运行结果。 Dim x as Integer Dim y as Integer    y = Val (InputBox(“y =”))    For i = 1 To 3      x = Val (InputBox(“x =”))      If x < y Then         y = x      End If    Next i    Print y 程序运行后,依次输入:45  96  11  37 运行输出结果是: 答案:【1】11
信息技术 试题推荐
最近更新