通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
当a=1,b=3,c=5,d=4时,执行以下程序段后x的值是( )。
if(a<b) if(c<d) x=1; else if(a<c) if(b<d) x=2; else x=3; else x=6; else x=7;