问题 填空题

打印乘法口诀的程序。 clear for m=1 to 9 for n=1 to str(m, 1)+"*"+str(n,1 )+"="+str(s,2)+"" endforendfor return

答案

参考答案:m; s=n*n

单项选择题 A型题
单项选择题