給定程序段 以上程序()。
A.沒有輸出 B.有語法錯(cuò) C.輸出##### D.輸出*****
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