网址:http://m.1010jiajiao.com/timu_id_4018303[举报]
已知如下程序:
j=1
WHILE j*j100
j=j+1
WEND
j=j-1
PRINT “j=”;j
END
其运行结果是 .