问题详情
假定有以下程序段 n=0 for i=1 to 3 for j=-4 to -1 n=n+1 next j next i 运行完毕后,n的值是(. )
A.0
B.3
C.4
D.12
请帮忙给出正确答案和分析,谢谢!