• 2022-06-06
    以下不正确的单行结构条件语句是()。
    A: AIf x<0 Then y=2*x-1: Write(x) End If
    B: BIf x>y Then Write(x>y)
    C: CIf x Then t=t*x
    D: DIf x Mod 3=2 Then Write(x)