Cho x = True, y = False. Cho biết giá trị của biểu thức sau: not((x or y ) and x )

Câu 3: Cho x = True, y = False. Cho biết giá trị của biểu thức sau: 

not((x or y ) and x )


not((x or y ) and x ) = not((True or False) and True)

= not(True and True) = not(True) = False


Bình luận

Giải bài tập những môn khác