下面if语句统计“成绩(mark)优秀的男生以及不及格的男生”的人数,正确的语句为()。
A.if gender=="男"and mark<60 or mark>=90:n+=1
B.if gender=="男"and mark<60 and mark>=90:n+=1
C.if gender=="男"and (mark<60 or mark>=90):n+=1
D.if gender=="男"or mark<60 or mark>=90:n+=1
Scratch3.0 全国青少年软件编程等级考试 Python Scratch图形化一级 Scratch图形化四级 Scratch图形化三级 Scratch图形化二级 电子学会