A,TB,NullC,不确定D,F
解题:8>6,T6>4,T8<4,F根据not>and>or的优先级先做and,值为T
and两边都为ture时,结果才为true;or两边都为false时,结果才为false ;
最终值为T