有如下程序段
Int a=14,b=15,x;

有如下程序段
Int a=14,b=15,x;
Char c='A';
X=(a && b) && (c<'B');
执行该程序段后,x的值为______。

A.true

B.false

D.1

正确答案是D