A.0
B.3
C.4
D.12
[单选题]假定有以下程序段 n=0 for i=1 to 3 for j=-4 to -1 n=n+1 ‘ next j next i 运行完毕后,n的值是( )A.0B.3C.4D.12
[单选题]假定有以下程序段 n=0 for i=1 to 3 for j=-4 to -1 n=n+1 next j next i 运行完毕后,n的值是________。A.0B.3C.4D.12
[单选题]假定有以下程序段 n=0 For i=1 To 3 For j=-4 To-1 n=n+1 Next j Next i 运行完毕后,n的值是( )。A.0B.3C.4D.12
[单选题]假定有以下程序段 n=0 for i=1 to 3 for j=-3 to 1 n=n+1 next j next i 运行完毕后,n的值是( )。A.3B.4C.12D.15
[单选题]假定有以下程序段:n=0for i=1 to 4for j=3 to-1 step-1n=n+1next jnext i运行完毕后n的值是( )。A.12B.15C.16D.20
[单选题]假定有以下程序段 n=0 for i=1 to 4 for j=3 to-1 step-1 n=n+1 next j next i 运行完毕后n的值是( )。A.12B.15C.16D.20
[单选题]假定有以下程序段 n=0 for i=1 to 3 for j=-4 to -1 n=n+1 next j next i 运行完毕后,n的值是(. )A.0B.3C.4D.12
[单选题]假定有以下程序段n=0for i=1 to3for j=-4 to -1n=n+1next jnext i运行完毕后,n的值是A.0B.3C.4D.12
[单选题]假定有以下程序段: n=0 for i=1 to 4 for j=3 to -1 step -1 n=n+l next j next i运行完毕后n的值是( )。A.12B.15C.16D.20
[单选题]假定有下列程序段:n=0V for i=1 to 4for j=3 to -1 step -1n=n+1next jnext i运行完毕后n的值是( )。A.12B.15C.16D.20