以下程序boolean a=false; boolean b=true; boolean c=(a&&b)&&(!b); int result=c==false1:2; 执行完后,c与result的值是( )(单项选择题)
c=false;result=1;#c=true;result=2;#c=true;result=1;#c=false;result=2;#
出自:2024年国家开放大学答案