问题标题:
逻辑运算真值表的问题?我在看到这逻辑运算真值表时放晕了,--------------------------------PQP&&QP||QPfalsefalsefalsefalsetruefalsetruefalsetruetruetrue
问题描述:
逻辑运算真值表的问题?
我在看到这逻辑运算真值表时放晕了,
--------------------------------
PQP&&QP||QP
falsefalsefalsefalsetrue
falsetruefalsetruetrue
truefalsefalsetruefalse
truetruetruetruefalse
--------------------------------
刘来福回答:
PQ都为假与&&的话就是假或||的话也是假求反!自然为真
如果P为假Q为真与的话就是假或的话就是真求反为真就这么一回事.自己慢慢去领悟吧.
点击显示
其它推荐