当前位置:在线题库搜索>[单选题]看以下程序: boolean a=false; boolean b=true; boolean c=(a&&b)&&(!b); int result=c= =false?1:2; 这段程序执行完后,c与result的值是( )的答案是什么?

问题:

[单选题]看以下程序: boolean a=false; boolean b=true; boolean c=(a&&b)&&(!b); int result=c= =false?1:2; 这段程序执行完后,c与result的值是( )

A、c=false;result=1;
B、c=true;result=2;
C、c=true;result=1;
D、c=false;result=2;

参考答案: A

相关内容