网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
运行如下程序后,命令窗口(command windows)显示为()A=[13,-56,78;25,63,-735;78,25,563;1,0,-1];y=max(max(A))。
A、y=563
B、y=9
C、y=-735
D、y=564
参考答案
更多 “ 运行如下程序后,命令窗口(command windows)显示为()A=[13,-56,78;25,63,-735;78,25,563;1,0,-1];y=max(max(A))。 A、y=563B、y=9C、y=-735D、y=564 ” 相关考题
考题
在窗体上画1个命令按钮,其名称为Command1,然后编写如下事件过程:Private Sub Command1_Click()Dim arr(1 To 100)As IntegerFor i=1 To 100arr(i)=Int(Rnd*1000)Next iMax=arr(1)Min=arr(1)For i=1 To 100If________ThenMax=arr(i)End IfIf________ThenMin=arr(i)End IfNext iPrint"Max=";Max,"Min=";MinEnd Sub程序运行后,单击命令按钮,将产生100个1000以内的随机整数,放入数组arr中,然后查找并输出这100个数中的最大值Max和最小值Min,请填空。
考题
在窗体上画一个名称为Command1的命令按钮,然后编写如下程序: Private Sub Command1_Click() Dim x As Integer Static y As Integer Cls x=x+5 y=y+3 Print x,y End Sub 程序运行时,两次单击命令按钮Command1后,窗体显示的结果是( )。A.10 6B.5 6C.5 3D.10 3
考题
在窗体上画一个名称为Command1的命令按钮,然后编写如下程序:Private Sub Commandl_Click( )Static X As IntegerStatic Y As IntegerClsY=1Y=Y+5X=5+XPrint X, YEnd Sub程序运行时,3次单击命令按钮Command1后,窗体上显示的结果为【 】。
考题
在窗体上画一个名称为Command1的命令按钮,然后编写如下程序:Private Sub Command1_ Click() Static x As Integer Static y As Integer Cls y=1 y=y+5 x=y +x Print x, yEnd Sub程序运行时,三次单击命令按钮Command1后,窗体上显示的结果为______。A.15 16B.15 6C.15 15D.5 6
考题
窗体中有命令按钮Command1,事件过程如下:Public Function f(x As Integer)As IntegerDim y As Integerx=20y=2f=x*YEnd FunctionPrivate Sub Command 1_Click()Dim y As Integerstatic x As Integerx=10y=5y=f(x)Debug.Print x;yEnd Sub运行程序,单击命令按钮,则立即窗口中显示的内容是( )。A.10 5B.10 40C.20 5D.20 40
考题
在窗体上画一个名称为Command1的命令按钮,然后编写如下程序: Private Sub Command1-Click() Static X Am Integer Static Y As Integer Cls Y=1 Y=Y+5 X=5+X Print X,Y End Sub程序运行时,三次单击命令按钮Comand1后,窗体上显示的结果为______。A. 15 16B.15 6C.15 15D.5 6
考题
【单选题】运行如下程序后, 命令窗口(command windows)显示的结果为() A=[13,-56,78; 25,63,-735; 78,25,563; 1,0,-1]; y=max(max(A))A.y=564B.y=9C.y=-735D.y=563
考题
1 求矩阵A的每行及每列的最大和最小元素,并求整个矩阵的最大和最小元素。 A=[13, -56, 78;25, 63, -235; 78, 25, 563;1,0,-1];-éù
热门标签
最新试卷