刚开始学Gauss,碰到一个用watch的题不会做,请教一下,题目是:
"
new;
cls;
i = 1;
do while i <= 6;
print "The value of i is " i;
i = i + 1;
endo;
Save the file and debug it. Set a watch on i and run to line three, the fourth time the loop is executed."
按了watch这个按钮后,要求输入matrix symbol, 我输入 i ,系统就提示 "symbol is unknown...",所以想请教一下如何把watch用在这个小程序上,先谢了!


雷达卡



京公网安备 11010802022788号







