What is the Difference Between AND, OR operator in Qbasic.Use a Example
Answers
Answered by
0
Answer:
Generally in AND operations we multiple (conjunction) and in OR operation we add (disjunction).
Explanation:
Example
AND Operation
X Y X AND Y
T T T
T F F
F T F
F F T
OR OPERATION
Similar questions