執(zhí)行下面語(yǔ)句后,輸出結(jié)果為()。
A.10 B.30 C.10和30 D.30和10
給定程序段 以上程序()。
A.沒有輸出 B.有語(yǔ)法錯(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)