填空题

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

【参考答案】

m; s=n*n