单项选择题
A.If x<0 Then y=2*x-1: Write(x) End If B.If x>y Then Write(x>y) C.If x Then t=t*x D.If x Mod 3=2 Then Write(x)
执行下面语句后,输出结果为()。 A=10:B=30:C=20 WriteLine("{0}{1}{2}",A...
执行下面语句后,输出结果为()。 A=10:B=30:C=20 WriteLine("{0}{1}{2}",A,B,C)
A.0、1和2 B.10、20和30 C.20、10和30 D.10、30和20
下列程序段的执行结果是()。 X=5:Y=5:Z=6 WriteLine("E({0})", X+Y*Z)A....
下列程序段的执行结果是()。 X=5:Y=5:Z=6 WriteLine("E({0})", X+Y*Z)
A.E(60) B.E(35) C.E(X+Y*Z) D.X+Y*Z
函数Int(Rad*99+1)产生随机数的范围是()。A.[1,99)B.[1,99]C.[1,100)D.[...
单项选择题函数Int(Rad*99+1)产生随机数的范围是()。
A.[1,99) B.[1,99] C.[1,100) D.[1,100]