柠檬试题库
search
首页 计算机 公务员 驾照 关于

下列逻辑运算结果为"true"的是(  )。


  • A.false or not true
  • B.true or not true
  • C.false and not true
  • D.true and not true
热度🔥1,181
参考答案:B
解析:

【解析】逻辑运算符的优先级别为:Not>And>Or。因此,Flase Or Not True的值为Flase,True Or Not True的值为True,False And Not True的值为Fase,True And Not True的值为Fase。
复制题目向AI提问