执行以下程序段后,w的值为______。
Int w='A',x=14,y

执行以下程序段后,w的值为______。
Int w='A',x=14,y=15;
W=((x||y)&&(w<'a'));

A.-1

B.NULL

C.1

正确答案是C