选择题:将下列程序中的空白部分填充完整。程序功能:查找4*4矩阵中最大元素值及其下标,并输出查找结果。cle

题目内容:
将下列程序中的空白部分填充完整。
程序功能:查找4*4矩阵中最大元素值及其下标,并输出查找结果。
clear
dime a(4,4)
for k=1 to 16
a(k)=rand() *100
endfor
max=a(1,1)
for i=1 to 4
for j=1 to 4
if a(i,j)>max
max=a(i,j)
row=i
col= j
endif
endfor
endfor
?"row=",row,"col=",col,"max=",max
参考答案:

27. _______ this was the truth.(本题3.0分) A、 To some

27. _______ this was the truth.(本题3.0分) A、 To some extension B、 By some extensio

查看答案

I want to go to the dentist, but you ______ with m

I want to go to the dentist, but you ______ with me.(本题3.5分) A、 need not to go

查看答案

14. Ask Mr. Brown, or any other person ______.(本题3

14. Ask Mr. Brown, or any other person ______.(本题3.5分) A、 that are likely to kno

查看答案