单项选择题

下列程序段,运行后窗体上输出结果是( )。

Private Sub Command1_Click()

a=5:b=4:c=3:d=2

x=3>2*b Or a=c And b<>c Or c>d

Printx

End Sub

A.1
B.True
C.False
D.2