Programming - L1 - Ex1 - Logic

Given the following situation (A = True), (B = False), please evaluate the outcome of ((A&&B)||(A||B))
True
False
Try to evaluate the outcome of( (7 >= 7 ) && (5 < 3) )
True
False
Try to evaluate the outcome of ( ( ( 7%3 ) <1 ) || (( 3*2 ) <6 ))
True
False
{"name":"Programming - L1 - Ex1 - Logic", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Given the following situation (A = True), (B = False), please evaluate the outcome of ((A&&B)||(A||B)), Try to evaluate the outcome of( (7 >= 7 ) && (5 < 3) ), Try to evaluate the outcome of ( ( ( 7%3 ) <1 ) || (( 3*2 ) <6 ))","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker