When the logical operator AND combines two expressions exp1 and-02704
When the logical operator AND (&&) combines two expressions exp1 and exp2 then the result will be true only __________.
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Final Term - Quiz No.19.
When the logical operator AND (&&) combines two expressions exp1 and exp2 then the result will be true only __________.
When both exp1 and exp2 are true
When both exp1 and exp2 are false
When exp1 is true and exp2 is false
When exp1 is false and exp2 is true