通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
下面程序段:
boolean a = false; boolean b = true; boolean c = (a&&b)&&(! b); boolean result = (a&b)&(! b);
执行完后,正确的结果是( )。