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)
執(zhí)行下面語句后,輸出結(jié)果為()。 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
下列程序段的執(zhí)行結(jié)果是()。 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