编程题
计算出1到100的平方根,将结果存于外存,其文件名字为“result.c”。
【正确答案】
set talk off clear for i=1 to 100 x=sqrt (i) display memory like x* to file resuit.c cancel set talk on(VF程序)
【答案解析】
提交答案
关闭