单选题 当a=3,b=5,c=9,d=7时,执行下面的程序段后,x的值为______。
if(a<b)
if(e<d)x=4;
else
if(a<c)
if(b<d)x=6;
else x=8;
else x=9;
else x=14;
【正确答案】 B
【答案解析】