A.日期型 B.數(shù)值型 C.字符型 D.邏輯型
下列程序段有語法錯誤的行為第()行 1 for I=1.50 to 12.34 step 0.83 2 I=I+1 3 next
A.無 B.1 C.2 D.3
下列程序段有語法錯誤的行為第()行. 1 d=b*b-4*a*c 2 if d>0 3 s=sqrt(d) 4 else s=sqrt(-d) 5 endif
A.4 B.2 C.3 D.5